Html Css Color HEX #F19013 Carrot Orange

📋 copy color: '#F19013'

red 241 ◦ green 144 ◦ blue 19

#F19013
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #F19013

Tints of Carrot Orange #F19013

RGB

 RED value IS 241 (94.53% from 255) = 59.65%

 GREEN value IS 144 (56.64% from 255) = 35.64%

 BLUE value IS 19 (7.81% from 255) = 4.7%

R = 59.65%
G = 35.64%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F19013 (or 0xF19013) is known color: Carrot Orange. HEX triplet: F1, 90 and 13. RGB value is (241,144,19). Sum of RGB (Red+Green+Blue) = 241+144+19=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F19013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19013 is #0E6FEC. Grayscale: #9F9F9F. Windows color (decimal): -946157 or 1282289. OLE color: 1282289.

HSL color Cylindrical-coordinate representation of color #F19013: hue angle of 33.78º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F19013 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 144 19 -
CMYK 0 0.40 0.92 0.05
HSL 33.78º 0.89% 0.51% -
HSV(B) 33.78º 0.92% 0.95% -
XYZ 46.37 38.69 5.64 -
YUV 158.75 49.14 186.66 -
System Red Green Blue C M Y K H S L
Decimal 241 144 19 0 0.40 0.92 0.05 33.78 0.89 0.51
Hex F1 90 13 0 28 5C 5 22 59 33
Octal 361 220 23 0 50 134 5 42 131 63
Binary 11110001 10010000 10011 0 101000 1011100 101 100010 1011001 110011

Color Harmonies of #F19013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19013

Black with #F19013

Text Example


Text Example

White with #F19013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19013; }

 p { color: rgb(241,144,19); }

 H1.HeaderClassName
 {
   color: #F19013;
 }
 .AnyTagClassName
 {
   color: #F19013;
 }
</style>

background-color css

<style>
 a { background-color: #F19013; }

 a { background-color: rgb(241,144,19); }

 div.DivClassName
 {
   background-color: #F19013;
 }
 .BgClassName
 {
   background-color: #F19013;
 }
</style>

border-color css

<style>
 span { border-color: #F19013; }

 span { border-color: rgb(241,144,19); }

 td.TdClassName
 {
   border-color: #F19013;
 }
 .TagClassName
 {
   border-color: #F19013;
 }
</style>