Html Css Color HEX #F19113 Carrot Orange

📋 copy color: '#F19113'

red 241 ◦ green 145 ◦ blue 19

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

Shades of Carrot Orange #F19113

Tints of Carrot Orange #F19113

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.8%

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

R = 59.51%
G = 35.8%
B = 4.69%

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

#F19113 (or 0xF19113) is known color: Carrot Orange. HEX triplet: F1, 91 and 13. RGB value is (241,145,19). Sum of RGB (Red+Green+Blue) = 241+145+19=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F19113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19113 is #0E6EEC. Grayscale: #9F9F9F. Windows color (decimal): -945901 or 1282545. OLE color: 1282545.

HSL color Cylindrical-coordinate representation of color #F19113: hue angle of 34.05º 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 #F19113 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 145 19 -
CMYK 0 0.40 0.92 0.05
HSL 34.05º 0.89% 0.51% -
HSV(B) 34.05º 0.92% 0.95% -
XYZ 46.52 39 5.69 -
YUV 159.34 48.8 186.25 -
System Red Green Blue C M Y K H S L
Decimal 241 145 19 0 0.40 0.92 0.05 34.05 0.89 0.51
Hex F1 91 13 0 28 5C 5 22 59 33
Octal 361 221 23 0 50 134 5 42 131 63
Binary 11110001 10010001 10011 0 101000 1011100 101 100010 1011001 110011

Color Harmonies of #F19113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19113

Black with #F19113

Text Example


Text Example

White with #F19113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19113; }

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

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

background-color css

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

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

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

border-color css

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

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

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