Html Css Color HEX #FC7535 Burnt Orange

📋 copy color: '#FC7535'

red 252 ◦ green 117 ◦ blue 53

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

Shades of Burnt Orange #FC7535

Tints of Burnt Orange #FC7535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.56%

R = 59.72%
G = 27.73%
B = 12.56%

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

#FC7535 (or 0xFC7535) is known color: Burnt Orange. HEX triplet: FC, 75 and 35. RGB value is (252,117,53). Sum of RGB (Red+Green+Blue) = 252+117+53=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7535 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7535 is #038ACA. Grayscale: #969696. Windows color (decimal): -232139 or 3503612. OLE color: 3503612.

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

Color convert

RGB 252 117 53 -
CMYK 0 0.54 0.79 0.01
HSL 19.3º 0.97% 0.6% -
HSV(B) 19.3º 0.79% 0.99% -
XYZ 47.15 33.68 7.38 -
YUV 150.07 73.23 200.7 -
System Red Green Blue C M Y K H S L
Decimal 252 117 53 0 0.54 0.79 0.01 19.3 0.97 0.6
Hex FC 75 35 0 36 4F 1 13 61 3C
Octal 374 165 65 0 66 117 1 23 141 74
Binary 11111100 1110101 110101 0 110110 1001111 1 10011 1100001 111100

Color Harmonies of #FC7535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7535

Black with #FC7535

Text Example


Text Example

White with #FC7535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7535; }

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

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

background-color css

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

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

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

border-color css

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

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

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