Html Css Color HEX #FC9024 Carrot Orange

📋 copy color: '#FC9024'

red 252 ◦ green 144 ◦ blue 36

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

Shades of Carrot Orange #FC9024

Tints of Carrot Orange #FC9024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.33%

R = 58.33%
G = 33.33%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC9024 (or 0xFC9024) is known color: Carrot Orange. HEX triplet: FC, 90 and 24. RGB value is (252,144,36). Sum of RGB (Red+Green+Blue) = 252+144+36=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 144 (56.64% from 255 or 33.33% from 432); Blue value is 36 (14.45% from 255 or 8.33% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9024 is #036FDB. Grayscale: #A4A4A4. Windows color (decimal): -225244 or 2396412. OLE color: 2396412.

HSL color Cylindrical-coordinate representation of color #FC9024: hue angle of 30º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC9024 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 144 36 -
CMYK 0 0.43 0.86 0.01
HSL 30º 0.97% 0.56% -
HSV(B) 30º 0.86% 0.99% -
XYZ 50.44 40.77 6.88 -
YUV 163.98 55.78 190.78 -
System Red Green Blue C M Y K H S L
Decimal 252 144 36 0 0.43 0.86 0.01 30 0.97 0.56
Hex FC 90 24 0 2B 56 1 1E 61 38
Octal 374 220 44 0 53 126 1 36 141 70
Binary 11111100 10010000 100100 0 101011 1010110 1 11110 1100001 111000

Color Harmonies of #FC9024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9024

Black with #FC9024

Text Example


Text Example

White with #FC9024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9024; }

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

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

background-color css

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

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

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

border-color css

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

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

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