Html Css Color HEX #FC9424 Carrot Orange

📋 copy color: '#FC9424'

red 252 ◦ green 148 ◦ blue 36

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

Shades of Carrot Orange #FC9424

Tints of Carrot Orange #FC9424

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.94%

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

R = 57.8%
G = 33.94%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC9424 (or 0xFC9424) is known color: Carrot Orange. HEX triplet: FC, 94 and 24. RGB value is (252,148,36). Sum of RGB (Red+Green+Blue) = 252+148+36=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 36 (14.45% from 255 or 8.26% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9424 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9424 is #036BDB. Grayscale: #A6A6A6. Windows color (decimal): -224220 or 2397436. OLE color: 2397436.

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

Color convert

RGB 252 148 36 -
CMYK 0 0.41 0.86 0.01
HSL 31.11º 0.97% 0.56% -
HSV(B) 31.11º 0.86% 0.99% -
XYZ 51.05 42 7.09 -
YUV 166.33 54.46 189.11 -
System Red Green Blue C M Y K H S L
Decimal 252 148 36 0 0.41 0.86 0.01 31.11 0.97 0.56
Hex FC 94 24 0 29 56 1 1F 61 38
Octal 374 224 44 0 51 126 1 37 141 70
Binary 11111100 10010100 100100 0 101001 1010110 1 11111 1100001 111000

Color Harmonies of #FC9424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9424

Black with #FC9424

Text Example


Text Example

White with #FC9424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9424; }

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

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

background-color css

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

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

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

border-color css

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

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

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