Html Css Color HEX #FC9018 Carrot Orange

📋 copy color: '#FC9018'

red 252 ◦ green 144 ◦ blue 24

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

Shades of Carrot Orange #FC9018

Tints of Carrot Orange #FC9018

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.29%

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

R = 60%
G = 34.29%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC9018 (or 0xFC9018) is known color: Carrot Orange. HEX triplet: FC, 90 and 18. RGB value is (252,144,24). Sum of RGB (Red+Green+Blue) = 252+144+24=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9018 is #036FE7. Grayscale: #A3A3A3. Windows color (decimal): -225256 or 1609980. OLE color: 1609980.

HSL color Cylindrical-coordinate representation of color #FC9018: hue angle of 31.58º 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 #FC9018 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 144 24 -
CMYK 0 0.43 0.90 0.01
HSL 31.58º 0.97% 0.54% -
HSV(B) 31.58º 0.9% 0.99% -
XYZ 50.28 40.71 6.07 -
YUV 162.61 49.78 191.76 -
System Red Green Blue C M Y K H S L
Decimal 252 144 24 0 0.43 0.90 0.01 31.58 0.97 0.54
Hex FC 90 18 0 2B 5A 1 20 61 36
Octal 374 220 30 0 53 132 1 40 141 66
Binary 11111100 10010000 11000 0 101011 1011010 1 100000 1100001 110110

Color Harmonies of #FC9018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9018

Black with #FC9018

Text Example


Text Example

White with #FC9018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9018; }

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

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

background-color css

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

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

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

border-color css

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

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

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