Html Css Color HEX #FC8E1C Carrot Orange

📋 copy color: '#FC8E1C'

red 252 ◦ green 142 ◦ blue 28

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

Shades of Carrot Orange #FC8E1C

Tints of Carrot Orange #FC8E1C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.65%

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

R = 59.72%
G = 33.65%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC8E1C (or 0xFC8E1C) is known color: Carrot Orange. HEX triplet: FC, 8E and 1C. RGB value is (252,142,28). Sum of RGB (Red+Green+Blue) = 252+142+28=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 28 (11.33% from 255 or 6.64% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8E1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8E1C is #0371E3. Grayscale: #A2A2A2. Windows color (decimal): -225764 or 1871612. OLE color: 1871612.

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

Color convert

RGB 252 142 28 -
CMYK 0 0.44 0.89 0.01
HSL 30.54º 0.97% 0.55% -
HSV(B) 30.54º 0.89% 0.99% -
XYZ 50.03 40.13 6.21 -
YUV 161.89 52.44 192.27 -
System Red Green Blue C M Y K H S L
Decimal 252 142 28 0 0.44 0.89 0.01 30.54 0.97 0.55
Hex FC 8E 1C 0 2C 59 1 1F 61 37
Octal 374 216 34 0 54 131 1 37 141 67
Binary 11111100 10001110 11100 0 101100 1011001 1 11111 1100001 110111

Color Harmonies of #FC8E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8E1C

Black with #FC8E1C

Text Example


Text Example

White with #FC8E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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