Html Css Color HEX #FC8B20 Carrot Orange

📋 copy color: '#FC8B20'

red 252 ◦ green 139 ◦ blue 32

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

Shades of Carrot Orange #FC8B20

Tints of Carrot Orange #FC8B20

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.86%

 BLUE value IS 32 (12.89% from 255) = 7.57%

R = 59.57%
G = 32.86%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC8B20 (or 0xFC8B20) is known color: Carrot Orange. HEX triplet: FC, 8B and 20. RGB value is (252,139,32). Sum of RGB (Red+Green+Blue) = 252+139+32=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8B20 is #0374DF. Grayscale: #A1A1A1. Windows color (decimal): -226528 or 2132988. OLE color: 2132988.

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

Color convert

RGB 252 139 32 -
CMYK 0 0.45 0.87 0.01
HSL 29.18º 0.97% 0.56% -
HSV(B) 29.18º 0.87% 0.99% -
XYZ 49.64 39.26 6.33 -
YUV 160.59 55.44 193.2 -
System Red Green Blue C M Y K H S L
Decimal 252 139 32 0 0.45 0.87 0.01 29.18 0.97 0.56
Hex FC 8B 20 0 2D 57 1 1D 61 38
Octal 374 213 40 0 55 127 1 35 141 70
Binary 11111100 10001011 100000 0 101101 1010111 1 11101 1100001 111000

Color Harmonies of #FC8B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8B20

Black with #FC8B20

Text Example


Text Example

White with #FC8B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8B20; }

 p { color: rgb(252,139,32); }

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

background-color css

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

 a { background-color: rgb(252,139,32); }

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

border-color css

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

 span { border-color: rgb(252,139,32); }

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