Html Css Color HEX #FC6526 Burnt Orange

📋 copy color: '#FC6526'

red 252 ◦ green 101 ◦ blue 38

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

Shades of Burnt Orange #FC6526

Tints of Burnt Orange #FC6526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.72%

R = 64.45%
G = 25.83%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC6526 (or 0xFC6526) is known color: Burnt Orange. HEX triplet: FC, 65 and 26. RGB value is (252,101,38). Sum of RGB (Red+Green+Blue) = 252+101+38=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 38 (15.23% from 255 or 9.72% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6526 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6526 is #039AD9. Grayscale: #8B8B8B. Windows color (decimal): -236250 or 2516476. OLE color: 2516476.

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

Color convert

RGB 252 101 38 -
CMYK 0 0.60 0.85 0.01
HSL 17.66º 0.97% 0.57% -
HSV(B) 17.66º 0.85% 0.99% -
XYZ 45.15 30.14 5.27 -
YUV 138.97 71.03 208.62 -
System Red Green Blue C M Y K H S L
Decimal 252 101 38 0 0.60 0.85 0.01 17.66 0.97 0.57
Hex FC 65 26 0 3C 55 1 12 61 39
Octal 374 145 46 0 74 125 1 22 141 71
Binary 11111100 1100101 100110 0 111100 1010101 1 10010 1100001 111001

Color Harmonies of #FC6526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6526

Black with #FC6526

Text Example


Text Example

White with #FC6526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6526; }

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

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

background-color css

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

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

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

border-color css

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

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

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