Html Css Color HEX #FC9219 Carrot Orange

📋 copy color: '#FC9219'

red 252 ◦ green 146 ◦ blue 25

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

Shades of Carrot Orange #FC9219

Tints of Carrot Orange #FC9219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.91%

R = 59.57%
G = 34.52%
B = 5.91%

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

#FC9219 (or 0xFC9219) is known color: Carrot Orange. HEX triplet: FC, 92 and 19. RGB value is (252,146,25). Sum of RGB (Red+Green+Blue) = 252+146+25=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 25 (10.16% from 255 or 5.91% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9219 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9219 is #036DE6. Grayscale: #A4A4A4. Windows color (decimal): -224743 or 1676028. OLE color: 1676028.

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

Color convert

RGB 252 146 25 -
CMYK 0 0.42 0.90 0.01
HSL 31.98º 0.97% 0.54% -
HSV(B) 31.98º 0.9% 0.99% -
XYZ 50.6 41.32 6.23 -
YUV 163.9 49.62 190.84 -
System Red Green Blue C M Y K H S L
Decimal 252 146 25 0 0.42 0.90 0.01 31.98 0.97 0.54
Hex FC 92 19 0 2A 5A 1 20 61 36
Octal 374 222 31 0 52 132 1 40 141 66
Binary 11111100 10010010 11001 0 101010 1011010 1 100000 1100001 110110

Color Harmonies of #FC9219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9219

Black with #FC9219

Text Example


Text Example

White with #FC9219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9219; }

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

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

background-color css

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

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

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

border-color css

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

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

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