Html Css Color HEX #FC6524 Burnt Orange

📋 copy color: '#FC6524'

red 252 ◦ green 101 ◦ blue 36

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

Shades of Burnt Orange #FC6524

Tints of Burnt Orange #FC6524

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.96%

 BLUE value IS 36 (14.45% from 255) = 9.25%

R = 64.78%
G = 25.96%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC6524 (or 0xFC6524) is known color: Burnt Orange. HEX triplet: FC, 65 and 24. RGB value is (252,101,36). Sum of RGB (Red+Green+Blue) = 252+101+36=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6524 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6524 is #039ADB. Grayscale: #8B8B8B. Windows color (decimal): -236252 or 2385404. OLE color: 2385404.

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

Color convert

RGB 252 101 36 -
CMYK 0 0.60 0.86 0.01
HSL 18.06º 0.97% 0.56% -
HSV(B) 18.06º 0.86% 0.99% -
XYZ 45.12 30.13 5.11 -
YUV 138.74 70.03 208.79 -
System Red Green Blue C M Y K H S L
Decimal 252 101 36 0 0.60 0.86 0.01 18.06 0.97 0.56
Hex FC 65 24 0 3C 56 1 12 61 38
Octal 374 145 44 0 74 126 1 22 141 70
Binary 11111100 1100101 100100 0 111100 1010110 1 10010 1100001 111000

Color Harmonies of #FC6524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6524

Black with #FC6524

Text Example


Text Example

White with #FC6524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6524; }

 p { color: rgb(252,101,36); }

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

background-color css

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

 a { background-color: rgb(252,101,36); }

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

border-color css

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

 span { border-color: rgb(252,101,36); }

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