Html Css Color HEX #FF7528 Burnt Orange

📋 copy color: '#FF7528'

red 255 ◦ green 117 ◦ blue 40

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

Shades of Burnt Orange #FF7528

Tints of Burnt Orange #FF7528

RGB

 RED value IS 255 (100% from 255) = 61.89%

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

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

R = 61.89%
G = 28.4%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF7528 (or 0xFF7528) is known color: Burnt Orange. HEX triplet: FF, 75 and 28. RGB value is (255,117,40). Sum of RGB (Red+Green+Blue) = 255+117+40=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 40 (16.02% from 255 or 9.71% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7528 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7528 is #008AD7. Grayscale: #959595. Windows color (decimal): -35544 or 2651647. OLE color: 2651647.

HSL color Cylindrical-coordinate representation of color #FF7528: hue angle of 21.49º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF7528 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 117 40 -
CMYK 0 0.54 0.84 0
HSL 21.49º 1% 0.58% -
HSV(B) 21.49º 0.84% 1% -
XYZ 47.98 34.14 6.07 -
YUV 149.48 66.22 203.26 -
System Red Green Blue C M Y K H S L
Decimal 255 117 40 0 0.54 0.84 0 21.49 1 0.58
Hex FF 75 28 0 36 54 0 15 64 3A
Octal 377 165 50 0 66 124 0 25 144 72
Binary 11111111 1110101 101000 0 110110 1010100 0 10101 1100100 111010

Color Harmonies of #FF7528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7528

Black with #FF7528

Text Example


Text Example

White with #FF7528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7528; }

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

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

background-color css

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

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

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

border-color css

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

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

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