Html Css Color HEX #FC8C22 Carrot Orange

📋 copy color: '#FC8C22'

red 252 ◦ green 140 ◦ blue 34

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

Shades of Carrot Orange #FC8C22

Tints of Carrot Orange #FC8C22

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.86%

 BLUE value IS 34 (13.67% from 255) = 7.98%

R = 59.15%
G = 32.86%
B = 7.98%

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

#FC8C22 (or 0xFC8C22) is known color: Carrot Orange. HEX triplet: FC, 8C and 22. RGB value is (252,140,34). Sum of RGB (Red+Green+Blue) = 252+140+34=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 34 (13.67% from 255 or 7.98% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C22 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8C22 is #0373DD. Grayscale: #A1A1A1. Windows color (decimal): -226270 or 2264316. OLE color: 2264316.

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

Color convert

RGB 252 140 34 -
CMYK 0 0.44 0.87 0.01
HSL 29.17º 0.97% 0.56% -
HSV(B) 29.17º 0.87% 0.99% -
XYZ 49.81 39.57 6.53 -
YUV 161.4 56.11 192.62 -
System Red Green Blue C M Y K H S L
Decimal 252 140 34 0 0.44 0.87 0.01 29.17 0.97 0.56
Hex FC 8C 22 0 2C 57 1 1D 61 38
Octal 374 214 42 0 54 127 1 35 141 70
Binary 11111100 10001100 100010 0 101100 1010111 1 11101 1100001 111000

Color Harmonies of #FC8C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8C22

Black with #FC8C22

Text Example


Text Example

White with #FC8C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8C22; }

 p { color: rgb(252,140,34); }

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

background-color css

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

 a { background-color: rgb(252,140,34); }

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

border-color css

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

 span { border-color: rgb(252,140,34); }

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