Html Css Color HEX #F18812 Carrot Orange

📋 copy color: '#F18812'

red 241 ◦ green 136 ◦ blue 18

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

Shades of Carrot Orange #F18812

Tints of Carrot Orange #F18812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.56%

R = 61.01%
G = 34.43%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F18812 (or 0xF18812) is known color: Carrot Orange. HEX triplet: F1, 88 and 12. RGB value is (241,136,18). Sum of RGB (Red+Green+Blue) = 241+136+18=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F18812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18812 is #0E77ED. Grayscale: #9A9A9A. Windows color (decimal): -948206 or 1214705. OLE color: 1214705.

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

Color convert

RGB 241 136 18 -
CMYK 0 0.44 0.93 0.05
HSL 31.75º 0.89% 0.51% -
HSV(B) 31.75º 0.93% 0.95% -
XYZ 45.19 36.35 5.21 -
YUV 153.94 51.29 190.09 -
System Red Green Blue C M Y K H S L
Decimal 241 136 18 0 0.44 0.93 0.05 31.75 0.89 0.51
Hex F1 88 12 0 2C 5D 5 20 59 33
Octal 361 210 22 0 54 135 5 40 131 63
Binary 11110001 10001000 10010 0 101100 1011101 101 100000 1011001 110011

Color Harmonies of #F18812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18812

Black with #F18812

Text Example


Text Example

White with #F18812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18812; }

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

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

background-color css

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

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

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

border-color css

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

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

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