Html Css Color HEX #F19115 Carrot Orange

📋 copy color: '#F19115'

red 241 ◦ green 145 ◦ blue 21

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

Shades of Carrot Orange #F19115

Tints of Carrot Orange #F19115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.16%

R = 59.21%
G = 35.63%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F19115 (or 0xF19115) is known color: Carrot Orange. HEX triplet: F1, 91 and 15. RGB value is (241,145,21). Sum of RGB (Red+Green+Blue) = 241+145+21=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F19115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19115 is #0E6EEA. Grayscale: #A0A0A0. Windows color (decimal): -945899 or 1413617. OLE color: 1413617.

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

Color convert

RGB 241 145 21 -
CMYK 0 0.40 0.91 0.05
HSL 33.82º 0.89% 0.51% -
HSV(B) 33.82º 0.91% 0.95% -
XYZ 46.54 39.01 5.79 -
YUV 159.57 49.8 186.08 -
System Red Green Blue C M Y K H S L
Decimal 241 145 21 0 0.40 0.91 0.05 33.82 0.89 0.51
Hex F1 91 15 0 28 5B 5 22 59 33
Octal 361 221 25 0 50 133 5 42 131 63
Binary 11110001 10010001 10101 0 101000 1011011 101 100010 1011001 110011

Color Harmonies of #F19115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19115

Black with #F19115

Text Example


Text Example

White with #F19115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19115; }

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

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

background-color css

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

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

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

border-color css

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

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

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