Html Css Color HEX #FC9A1C Carrot Orange

📋 copy color: '#FC9A1C'

red 252 ◦ green 154 ◦ blue 28

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

Shades of Carrot Orange #FC9A1C

Tints of Carrot Orange #FC9A1C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.48%

 BLUE value IS 28 (11.33% from 255) = 6.45%

R = 58.06%
G = 35.48%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC9A1C (or 0xFC9A1C) is known color: Carrot Orange. HEX triplet: FC, 9A and 1C. RGB value is (252,154,28). Sum of RGB (Red+Green+Blue) = 252+154+28=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 28 (11.33% from 255 or 6.45% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9A1C is #0365E3. Grayscale: #A9A9A9. Windows color (decimal): -222692 or 1874684. OLE color: 1874684.

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

Color convert

RGB 252 154 28 -
CMYK 0 0.39 0.89 0.01
HSL 33.75º 0.97% 0.55% -
HSV(B) 33.75º 0.89% 0.99% -
XYZ 51.91 43.89 6.83 -
YUV 168.94 48.47 187.25 -
System Red Green Blue C M Y K H S L
Decimal 252 154 28 0 0.39 0.89 0.01 33.75 0.97 0.55
Hex FC 9A 1C 0 27 59 1 22 61 37
Octal 374 232 34 0 47 131 1 42 141 67
Binary 11111100 10011010 11100 0 100111 1011001 1 100010 1100001 110111

Color Harmonies of #FC9A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9A1C

Black with #FC9A1C

Text Example


Text Example

White with #FC9A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9A1C; }

 p { color: rgb(252,154,28); }

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

background-color css

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

 a { background-color: rgb(252,154,28); }

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

border-color css

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

 span { border-color: rgb(252,154,28); }

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