Html Css Color HEX #FC8E21 Carrot Orange

📋 copy color: '#FC8E21'

red 252 ◦ green 142 ◦ blue 33

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

Shades of Carrot Orange #FC8E21

Tints of Carrot Orange #FC8E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.73%

R = 59.02%
G = 33.26%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC8E21 (or 0xFC8E21) is known color: Carrot Orange. HEX triplet: FC, 8E and 21. RGB value is (252,142,33). Sum of RGB (Red+Green+Blue) = 252+142+33=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 33 (13.28% from 255 or 7.73% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8E21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8E21 is #0371DE. Grayscale: #A3A3A3. Windows color (decimal): -225759 or 2199292. OLE color: 2199292.

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

Color convert

RGB 252 142 33 -
CMYK 0 0.44 0.87 0.01
HSL 29.86º 0.97% 0.56% -
HSV(B) 29.86º 0.87% 0.99% -
XYZ 50.09 40.15 6.55 -
YUV 162.46 54.94 191.86 -
System Red Green Blue C M Y K H S L
Decimal 252 142 33 0 0.44 0.87 0.01 29.86 0.97 0.56
Hex FC 8E 21 0 2C 57 1 1E 61 38
Octal 374 216 41 0 54 127 1 36 141 70
Binary 11111100 10001110 100001 0 101100 1010111 1 11110 1100001 111000

Color Harmonies of #FC8E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8E21

Black with #FC8E21

Text Example


Text Example

White with #FC8E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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