Html Css Color HEX #FC9118 Carrot Orange

📋 copy color: '#FC9118'

red 252 ◦ green 145 ◦ blue 24

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

Shades of Carrot Orange #FC9118

Tints of Carrot Orange #FC9118

RGB

 RED value IS 252 (98.83% from 255) = 59.86%

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

 BLUE value IS 24 (9.77% from 255) = 5.7%

R = 59.86%
G = 34.44%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC9118 (or 0xFC9118) is known color: Carrot Orange. HEX triplet: FC, 91 and 18. RGB value is (252,145,24). Sum of RGB (Red+Green+Blue) = 252+145+24=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 24 (9.77% from 255 or 5.70% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9118 is #036EE7. Grayscale: #A3A3A3. Windows color (decimal): -225000 or 1610236. OLE color: 1610236.

HSL color Cylindrical-coordinate representation of color #FC9118: hue angle of 31.84º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC9118 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 145 24 -
CMYK 0 0.42 0.90 0.01
HSL 31.84º 0.97% 0.54% -
HSV(B) 31.84º 0.9% 0.99% -
XYZ 50.44 41.01 6.12 -
YUV 163.2 49.45 191.34 -
System Red Green Blue C M Y K H S L
Decimal 252 145 24 0 0.42 0.90 0.01 31.84 0.97 0.54
Hex FC 91 18 0 2A 5A 1 20 61 36
Octal 374 221 30 0 52 132 1 40 141 66
Binary 11111100 10010001 11000 0 101010 1011010 1 100000 1100001 110110

Color Harmonies of #FC9118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9118

Black with #FC9118

Text Example


Text Example

White with #FC9118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9118; }

 p { color: rgb(252,145,24); }

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

background-color css

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

 a { background-color: rgb(252,145,24); }

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

border-color css

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

 span { border-color: rgb(252,145,24); }

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