Html Css Color HEX #FD7527 Burnt Orange

📋 copy color: '#FD7527'

red 253 ◦ green 117 ◦ blue 39

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

Shades of Burnt Orange #FD7527

Tints of Burnt Orange #FD7527

RGB

 RED value IS 253 (99.22% from 255) = 61.86%

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

 BLUE value IS 39 (15.63% from 255) = 9.54%

R = 61.86%
G = 28.61%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FD7527 (or 0xFD7527) is known color: Burnt Orange. HEX triplet: FD, 75 and 27. RGB value is (253,117,39). Sum of RGB (Red+Green+Blue) = 253+117+39=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7527 is #028AD8. Grayscale: #959595. Windows color (decimal): -166617 or 2586109. OLE color: 2586109.

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

Color convert

RGB 253 117 39 -
CMYK 0 0.54 0.85 0.01
HSL 21.87º 0.98% 0.57% -
HSV(B) 21.87º 0.85% 0.99% -
XYZ 47.24 33.75 5.94 -
YUV 148.77 66.06 202.34 -
System Red Green Blue C M Y K H S L
Decimal 253 117 39 0 0.54 0.85 0.01 21.87 0.98 0.57
Hex FD 75 27 0 36 55 1 16 62 39
Octal 375 165 47 0 66 125 1 26 142 71
Binary 11111101 1110101 100111 0 110110 1010101 1 10110 1100010 111001

Color Harmonies of #FD7527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7527

Black with #FD7527

Text Example


Text Example

White with #FD7527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7527; }

 p { color: rgb(253,117,39); }

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

background-color css

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

 a { background-color: rgb(253,117,39); }

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

border-color css

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

 span { border-color: rgb(253,117,39); }

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