Html Css Color HEX #F18816 Carrot Orange

📋 copy color: '#F18816'

red 241 ◦ green 136 ◦ blue 22

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

Shades of Carrot Orange #F18816

Tints of Carrot Orange #F18816

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.09%

 BLUE value IS 22 (8.98% from 255) = 5.51%

R = 60.4%
G = 34.09%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F18816 (or 0xF18816) is known color: Carrot Orange. HEX triplet: F1, 88 and 16. RGB value is (241,136,22). Sum of RGB (Red+Green+Blue) = 241+136+22=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F18816 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18816 is #0E77E9. Grayscale: #9A9A9A. Windows color (decimal): -948202 or 1476849. OLE color: 1476849.

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

Color convert

RGB 241 136 22 -
CMYK 0 0.44 0.91 0.05
HSL 31.23º 0.89% 0.52% -
HSV(B) 31.23º 0.91% 0.95% -
XYZ 45.22 36.37 5.39 -
YUV 154.4 53.29 189.77 -
System Red Green Blue C M Y K H S L
Decimal 241 136 22 0 0.44 0.91 0.05 31.23 0.89 0.52
Hex F1 88 16 0 2C 5B 5 1F 59 34
Octal 361 210 26 0 54 133 5 37 131 64
Binary 11110001 10001000 10110 0 101100 1011011 101 11111 1011001 110100

Color Harmonies of #F18816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18816

Black with #F18816

Text Example


Text Example

White with #F18816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18816; }

 p { color: rgb(241,136,22); }

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

background-color css

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

 a { background-color: rgb(241,136,22); }

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

border-color css

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

 span { border-color: rgb(241,136,22); }

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