Html Css Color HEX #FF7529 Burnt Orange

📋 copy color: '#FF7529'

red 255 ◦ green 117 ◦ blue 41

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

Shades of Burnt Orange #FF7529

Tints of Burnt Orange #FF7529

RGB

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

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

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

R = 61.74%
G = 28.33%
B = 9.93%

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

#FF7529 (or 0xFF7529) is known color: Burnt Orange. HEX triplet: FF, 75 and 29. RGB value is (255,117,41). Sum of RGB (Red+Green+Blue) = 255+117+41=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 41 (16.41% from 255 or 9.93% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7529 is #008AD6. Grayscale: #969696. Windows color (decimal): -35543 or 2717183. OLE color: 2717183.

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

Color convert

RGB 255 117 41 -
CMYK 0 0.54 0.84 0
HSL 21.31º 1% 0.58% -
HSV(B) 21.31º 0.84% 1% -
XYZ 48 34.14 6.16 -
YUV 149.6 66.72 203.18 -
System Red Green Blue C M Y K H S L
Decimal 255 117 41 0 0.54 0.84 0 21.31 1 0.58
Hex FF 75 29 0 36 54 0 15 64 3A
Octal 377 165 51 0 66 124 0 25 144 72
Binary 11111111 1110101 101001 0 110110 1010100 0 10101 1100100 111010

Color Harmonies of #FF7529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7529

Black with #FF7529

Text Example


Text Example

White with #FF7529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7529; }

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

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

background-color css

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

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

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

border-color css

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

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

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