Html Css Color HEX #FC8622 Carrot Orange

📋 copy color: '#FC8622'

red 252 ◦ green 134 ◦ blue 34

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

Shades of Carrot Orange #FC8622

Tints of Carrot Orange #FC8622

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.9%

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

R = 60%
G = 31.9%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC8622 (or 0xFC8622) is known color: Carrot Orange. HEX triplet: FC, 86 and 22. RGB value is (252,134,34). Sum of RGB (Red+Green+Blue) = 252+134+34=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 34 (13.67% from 255 or 8.10% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8622 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8622 is #0379DD. Grayscale: #9E9E9E. Windows color (decimal): -227806 or 2262780. OLE color: 2262780.

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

Color convert

RGB 252 134 34 -
CMYK 0 0.47 0.87 0.01
HSL 27.52º 0.97% 0.56% -
HSV(B) 27.52º 0.87% 0.99% -
XYZ 48.96 37.86 6.24 -
YUV 157.88 58.09 195.13 -
System Red Green Blue C M Y K H S L
Decimal 252 134 34 0 0.47 0.87 0.01 27.52 0.97 0.56
Hex FC 86 22 0 2F 57 1 1C 61 38
Octal 374 206 42 0 57 127 1 34 141 70
Binary 11111100 10000110 100010 0 101111 1010111 1 11100 1100001 111000

Color Harmonies of #FC8622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8622

Black with #FC8622

Text Example


Text Example

White with #FC8622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8622; }

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

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

background-color css

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

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

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

border-color css

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

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

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