Html Css Color HEX #FC7534 Burnt Orange

📋 copy color: '#FC7534'

red 252 ◦ green 117 ◦ blue 52

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

Shades of Burnt Orange #FC7534

Tints of Burnt Orange #FC7534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.35%

R = 59.86%
G = 27.79%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC7534 (or 0xFC7534) is known color: Burnt Orange. HEX triplet: FC, 75 and 34. RGB value is (252,117,52). Sum of RGB (Red+Green+Blue) = 252+117+52=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 117 (46.09% from 255 or 27.79% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7534 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7534 is #038ACB. Grayscale: #969696. Windows color (decimal): -232140 or 3438076. OLE color: 3438076.

HSL color Cylindrical-coordinate representation of color #FC7534: hue angle of 19.5º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC7534 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 117 52 -
CMYK 0 0.54 0.79 0.01
HSL 19.5º 0.97% 0.6% -
HSV(B) 19.5º 0.79% 0.99% -
XYZ 47.13 33.67 7.26 -
YUV 149.96 72.73 200.79 -
System Red Green Blue C M Y K H S L
Decimal 252 117 52 0 0.54 0.79 0.01 19.5 0.97 0.6
Hex FC 75 34 0 36 4F 1 14 61 3C
Octal 374 165 64 0 66 117 1 24 141 74
Binary 11111100 1110101 110100 0 110110 1001111 1 10100 1100001 111100

Color Harmonies of #FC7534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7534

Black with #FC7534

Text Example


Text Example

White with #FC7534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7534; }

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

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

background-color css

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

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

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

border-color css

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

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

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