Html Css Color HEX #FD7528 Burnt Orange

📋 copy color: '#FD7528'

red 253 ◦ green 117 ◦ blue 40

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

Shades of Burnt Orange #FD7528

Tints of Burnt Orange #FD7528

RGB

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

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

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

R = 61.71%
G = 28.54%
B = 9.76%

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

#FD7528 (or 0xFD7528) is known color: Burnt Orange. HEX triplet: FD, 75 and 28. RGB value is (253,117,40). Sum of RGB (Red+Green+Blue) = 253+117+40=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 40 (16.02% from 255 or 9.76% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7528 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7528 is #028AD7. Grayscale: #959595. Windows color (decimal): -166616 or 2651645. OLE color: 2651645.

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

Color convert

RGB 253 117 40 -
CMYK 0 0.54 0.84 0.01
HSL 21.69º 0.98% 0.57% -
HSV(B) 21.69º 0.84% 0.99% -
XYZ 47.25 33.76 6.03 -
YUV 148.89 66.56 202.26 -
System Red Green Blue C M Y K H S L
Decimal 253 117 40 0 0.54 0.84 0.01 21.69 0.98 0.57
Hex FD 75 28 0 36 54 1 16 62 39
Octal 375 165 50 0 66 124 1 26 142 71
Binary 11111101 1110101 101000 0 110110 1010100 1 10110 1100010 111001

Color Harmonies of #FD7528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7528

Black with #FD7528

Text Example


Text Example

White with #FD7528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7528; }

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

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

background-color css

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

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

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

border-color css

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

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

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