Color Hex Logo

#f19421 Color Hex

#F19421
(241,148,33)
0 Favorites   0 Comments

Color spaces of #f19421

RGB 24114833
HSL0.090.880.54
HSV33°86°95°
CMYK 0.000.390.86   0.05
XYZ47.140039.99046.6732
Yxy39.99040.50250.4263
Hunter Lab63.238022.394338.0100
CIE-Lab69.462727.406268.4959

#f19421 color RGB value is (241,148,33).

#f19421 hex color red value is 241, green value is 148 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #f19421 hue: 0.09 , saturation: 0.88 and the lightness value of f19421 is 0.54.

The process color (four color CMYK) of #f19421 color hex is 0.00, 0.39, 0.86, 0.05. Web safe color of #f19421 is #ff9933. Color #f19421 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010100 00100001
Octal 361 224 41
Decimal 241 148 33
Hex F1 94 21

RGB Percentages of Color #f19421

%57.11
%35.07
%7.82

CMYK Percentages of Color #f19421

%0
%39
%86
%5

Triadic Colors of #f19421

#f19421 #21f194 #9421f1

Analogous Colors of #f19421

#f19421 #e6f121 #f12c21

Monochromatic Colors of #f19421

#f19421

Complementary Color

#f19421 #217ef1

#f19421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19421 Color CSS Codes

.mybgcolor {background-color:#f19421; } 
.myforecolor {color:#f19421; }
.mybordercolor {border:3px solid #f19421; }

#f19421 Text Font Color

<p style="color:#f19421">Text here</p>

This sample text font color is #f19421
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f19421 Background Color

<div style="background-color:#f19421">
Div content here</div>

This div background color is #f19421


#f19421 Border Color

<div style="border:3px solid #f19421">
Div here</div>

This div border color is #f19421


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,148,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f19421; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f19421;
  -webkit-box-shadow: 1px 1px 3px 2px #f19421;
  box-shadow:         1px 1px 3px 2px #f19421; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,148,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f19421">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f19421;
  -webkit-box-shadow: 1px 1px 3px 2px #f19421;
  box-shadow:         1px 1px 3px 2px #f19421;">
Div content here</div>

This div box has shadow with color #f19421


Comments

No comments written yet.

Please login to write comment.