Html Css Color HEX #FC7529 Burnt Orange

📋 copy color: '#FC7529'

red 252 ◦ green 117 ◦ blue 41

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

Shades of Burnt Orange #FC7529

Tints of Burnt Orange #FC7529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10%

R = 61.46%
G = 28.54%
B = 10%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC7529 (or 0xFC7529) is known color: Burnt Orange. HEX triplet: FC, 75 and 29. RGB value is (252,117,41). Sum of RGB (Red+Green+Blue) = 252+117+41=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 41 (16.41% from 255 or 10% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7529 is #038AD6. Grayscale: #959595. Windows color (decimal): -232151 or 2717180. OLE color: 2717180.

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

Color convert

RGB 252 117 41 -
CMYK 0 0.54 0.84 0.01
HSL 21.61º 0.97% 0.57% -
HSV(B) 21.61º 0.84% 0.99% -
XYZ 46.91 33.58 6.11 -
YUV 148.7 67.23 201.68 -
System Red Green Blue C M Y K H S L
Decimal 252 117 41 0 0.54 0.84 0.01 21.61 0.97 0.57
Hex FC 75 29 0 36 54 1 16 61 39
Octal 374 165 51 0 66 124 1 26 141 71
Binary 11111100 1110101 101001 0 110110 1010100 1 10110 1100001 111001

Color Harmonies of #FC7529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7529

Black with #FC7529

Text Example


Text Example

White with #FC7529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7529; }

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

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

background-color css

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

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

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

border-color css

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

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

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