Html Css Color HEX #FC9224 Carrot Orange

📋 copy color: '#FC9224'

red 252 ◦ green 146 ◦ blue 36

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

Shades of Carrot Orange #FC9224

Tints of Carrot Orange #FC9224

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.64%

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

R = 58.06%
G = 33.64%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC9224 (or 0xFC9224) is known color: Carrot Orange. HEX triplet: FC, 92 and 24. RGB value is (252,146,36). Sum of RGB (Red+Green+Blue) = 252+146+36=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 36 (14.45% from 255 or 8.29% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9224 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9224 is #036DDB. Grayscale: #A5A5A5. Windows color (decimal): -224732 or 2396924. OLE color: 2396924.

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

Color convert

RGB 252 146 36 -
CMYK 0 0.42 0.86 0.01
HSL 30.56º 0.97% 0.56% -
HSV(B) 30.56º 0.86% 0.99% -
XYZ 50.74 41.38 6.98 -
YUV 165.15 55.12 189.94 -
System Red Green Blue C M Y K H S L
Decimal 252 146 36 0 0.42 0.86 0.01 30.56 0.97 0.56
Hex FC 92 24 0 2A 56 1 1F 61 38
Octal 374 222 44 0 52 126 1 37 141 70
Binary 11111100 10010010 100100 0 101010 1010110 1 11111 1100001 111000

Color Harmonies of #FC9224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9224

Black with #FC9224

Text Example


Text Example

White with #FC9224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9224; }

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

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

background-color css

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

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

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

border-color css

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

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

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