Html Css Color HEX #FE7527 Burnt Orange

📋 copy color: '#FE7527'

red 254 ◦ green 117 ◦ blue 39

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

Shades of Burnt Orange #FE7527

Tints of Burnt Orange #FE7527

RGB

 RED value IS 254 (99.61% from 255) = 61.95%

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

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

R = 61.95%
G = 28.54%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE7527 (or 0xFE7527) is known color: Burnt Orange. HEX triplet: FE, 75 and 27. RGB value is (254,117,39). Sum of RGB (Red+Green+Blue) = 254+117+39=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 39 (15.62% from 255 or 9.51% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7527 is #018AD8. Grayscale: #959595. Windows color (decimal): -101081 or 2586110. OLE color: 2586110.

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

Color convert

RGB 254 117 39 -
CMYK 0 0.54 0.85 0.00
HSL 21.77º 0.99% 0.57% -
HSV(B) 21.77º 0.85% 1% -
XYZ 47.6 33.94 5.96 -
YUV 149.07 65.89 202.84 -
System Red Green Blue C M Y K H S L
Decimal 254 117 39 0 0.54 0.85 0.00 21.77 0.99 0.57
Hex FE 75 27 0 36 55 0 16 63 39
Octal 376 165 47 0 66 125 0 26 143 71
Binary 11111110 1110101 100111 0 110110 1010101 0 10110 1100011 111001

Color Harmonies of #FE7527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7527

Black with #FE7527

Text Example


Text Example

White with #FE7527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7527; }

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

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

background-color css

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

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

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

border-color css

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

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

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