Html Css Color HEX #FC7F32 Burnt Orange

📋 copy color: '#FC7F32'

red 252 ◦ green 127 ◦ blue 50

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

Shades of Burnt Orange #FC7F32

Tints of Burnt Orange #FC7F32

RGB

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

 GREEN value IS 127 (50% from 255) = 29.6%

 BLUE value IS 50 (19.92% from 255) = 11.66%

R = 58.74%
G = 29.6%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC7F32 (or 0xFC7F32) is known color: Burnt Orange. HEX triplet: FC, 7F and 32. RGB value is (252,127,50). Sum of RGB (Red+Green+Blue) = 252+127+50=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7F32 is #0380CD. Grayscale: #9C9C9C. Windows color (decimal): -229582 or 3309564. OLE color: 3309564.

HSL color Cylindrical-coordinate representation of color #FC7F32: hue angle of 22.87º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC7F32 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 127 50 -
CMYK 0 0.50 0.80 0.01
HSL 22.87º 0.97% 0.59% -
HSV(B) 22.87º 0.8% 0.99% -
XYZ 48.31 36.1 7.44 -
YUV 155.6 68.41 196.76 -
System Red Green Blue C M Y K H S L
Decimal 252 127 50 0 0.50 0.80 0.01 22.87 0.97 0.59
Hex FC 7F 32 0 32 50 1 17 61 3B
Octal 374 177 62 0 62 120 1 27 141 73
Binary 11111100 1111111 110010 0 110010 1010000 1 10111 1100001 111011

Color Harmonies of #FC7F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7F32

Black with #FC7F32

Text Example


Text Example

White with #FC7F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7F32; }

 p { color: rgb(252,127,50); }

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

background-color css

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

 a { background-color: rgb(252,127,50); }

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

border-color css

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

 span { border-color: rgb(252,127,50); }

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