Html Css Color HEX #FC6528 Burnt Orange

📋 copy color: '#FC6528'

red 252 ◦ green 101 ◦ blue 40

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

Shades of Burnt Orange #FC6528

Tints of Burnt Orange #FC6528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.18%

R = 64.12%
G = 25.7%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC6528 (or 0xFC6528) is known color: Burnt Orange. HEX triplet: FC, 65 and 28. RGB value is (252,101,40). Sum of RGB (Red+Green+Blue) = 252+101+40=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 40 (16.02% from 255 or 10.18% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6528 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6528 is #039AD7. Grayscale: #8B8B8B. Windows color (decimal): -236248 or 2647548. OLE color: 2647548.

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

Color convert

RGB 252 101 40 -
CMYK 0 0.60 0.84 0.01
HSL 17.26º 0.97% 0.57% -
HSV(B) 17.26º 0.84% 0.99% -
XYZ 45.18 30.16 5.45 -
YUV 139.2 72.03 208.46 -
System Red Green Blue C M Y K H S L
Decimal 252 101 40 0 0.60 0.84 0.01 17.26 0.97 0.57
Hex FC 65 28 0 3C 54 1 11 61 39
Octal 374 145 50 0 74 124 1 21 141 71
Binary 11111100 1100101 101000 0 111100 1010100 1 10001 1100001 111001

Color Harmonies of #FC6528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6528

Black with #FC6528

Text Example


Text Example

White with #FC6528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6528; }

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

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

background-color css

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

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

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

border-color css

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

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

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