Html Css Color HEX #FC7540 Burnt Orange

📋 copy color: '#FC7540'

red 252 ◦ green 117 ◦ blue 64

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

Shades of Burnt Orange #FC7540

Tints of Burnt Orange #FC7540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.78%

R = 58.2%
G = 27.02%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC7540 (or 0xFC7540) is known color: Burnt Orange. HEX triplet: FC, 75 and 40. RGB value is (252,117,64). Sum of RGB (Red+Green+Blue) = 252+117+64=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7540 is #038ABF. Grayscale: #979797. Windows color (decimal): -232128 or 4224508. OLE color: 4224508.

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

Color convert

RGB 252 117 64 -
CMYK 0 0.54 0.75 0.01
HSL 16.91º 0.97% 0.62% -
HSV(B) 16.91º 0.75% 0.99% -
XYZ 47.43 33.79 8.87 -
YUV 151.32 78.73 199.81 -
System Red Green Blue C M Y K H S L
Decimal 252 117 64 0 0.54 0.75 0.01 16.91 0.97 0.62
Hex FC 75 40 0 36 4B 1 11 61 3E
Octal 374 165 100 0 66 113 1 21 141 76
Binary 11111100 1110101 1000000 0 110110 1001011 1 10001 1100001 111110

Color Harmonies of #FC7540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7540

Black with #FC7540

Text Example


Text Example

White with #FC7540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7540; }

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

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

background-color css

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

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

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

border-color css

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

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

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