Html Css Color HEX #FC7533 Burnt Orange

📋 copy color: '#FC7533'

red 252 ◦ green 117 ◦ blue 51

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

Shades of Burnt Orange #FC7533

Tints of Burnt Orange #FC7533

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.86%

 BLUE value IS 51 (20.31% from 255) = 12.14%

R = 60%
G = 27.86%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FC7533 (or 0xFC7533) is known color: Burnt Orange. HEX triplet: FC, 75 and 33. RGB value is (252,117,51). Sum of RGB (Red+Green+Blue) = 252+117+51=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7533 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7533 is #038ACC. Grayscale: #969696. Windows color (decimal): -232141 or 3372540. OLE color: 3372540.

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

Color convert

RGB 252 117 51 -
CMYK 0 0.54 0.80 0.01
HSL 19.7º 0.97% 0.59% -
HSV(B) 19.7º 0.8% 0.99% -
XYZ 47.1 33.66 7.15 -
YUV 149.84 72.23 200.87 -
System Red Green Blue C M Y K H S L
Decimal 252 117 51 0 0.54 0.80 0.01 19.7 0.97 0.59
Hex FC 75 33 0 36 50 1 14 61 3B
Octal 374 165 63 0 66 120 1 24 141 73
Binary 11111100 1110101 110011 0 110110 1010000 1 10100 1100001 111011

Color Harmonies of #FC7533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7533

Black with #FC7533

Text Example


Text Example

White with #FC7533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7533; }

 p { color: rgb(252,117,51); }

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

background-color css

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

 a { background-color: rgb(252,117,51); }

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

border-color css

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

 span { border-color: rgb(252,117,51); }

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