Html Css Color HEX #FC7A32 Burnt Orange

📋 copy color: '#FC7A32'

red 252 ◦ green 122 ◦ blue 50

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

Shades of Burnt Orange #FC7A32

Tints of Burnt Orange #FC7A32

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.77%

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

R = 59.43%
G = 28.77%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC7A32 (or 0xFC7A32) is known color: Burnt Orange. HEX triplet: FC, 7A and 32. RGB value is (252,122,50). Sum of RGB (Red+Green+Blue) = 252+122+50=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7A32 is #0385CD. Grayscale: #999999. Windows color (decimal): -230862 or 3308284. OLE color: 3308284.

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

Color convert

RGB 252 122 50 -
CMYK 0 0.52 0.80 0.01
HSL 21.39º 0.97% 0.59% -
HSV(B) 21.39º 0.8% 0.99% -
XYZ 47.68 34.84 7.23 -
YUV 152.66 70.07 198.85 -
System Red Green Blue C M Y K H S L
Decimal 252 122 50 0 0.52 0.80 0.01 21.39 0.97 0.59
Hex FC 7A 32 0 34 50 1 15 61 3B
Octal 374 172 62 0 64 120 1 25 141 73
Binary 11111100 1111010 110010 0 110100 1010000 1 10101 1100001 111011

Color Harmonies of #FC7A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7A32

Black with #FC7A32

Text Example


Text Example

White with #FC7A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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