Html Css Color HEX #FC7B32 Burnt Orange

📋 copy color: '#FC7B32'

red 252 ◦ green 123 ◦ blue 50

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

Shades of Burnt Orange #FC7B32

Tints of Burnt Orange #FC7B32

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.94%

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

R = 59.29%
G = 28.94%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC7B32 (or 0xFC7B32) is known color: Burnt Orange. HEX triplet: FC, 7B and 32. RGB value is (252,123,50). Sum of RGB (Red+Green+Blue) = 252+123+50=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7B32 is #0384CD. Grayscale: #999999. Windows color (decimal): -230606 or 3308540. OLE color: 3308540.

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

Color convert

RGB 252 123 50 -
CMYK 0 0.51 0.80 0.01
HSL 21.68º 0.97% 0.59% -
HSV(B) 21.68º 0.8% 0.99% -
XYZ 47.8 35.09 7.27 -
YUV 153.25 69.74 198.44 -
System Red Green Blue C M Y K H S L
Decimal 252 123 50 0 0.51 0.80 0.01 21.68 0.97 0.59
Hex FC 7B 32 0 33 50 1 16 61 3B
Octal 374 173 62 0 63 120 1 26 141 73
Binary 11111100 1111011 110010 0 110011 1010000 1 10110 1100001 111011

Color Harmonies of #FC7B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B32

Black with #FC7B32

Text Example


Text Example

White with #FC7B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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