#FE6627

Color #FE6627 Burnt Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Orange #FE6627

Tints of Burnt Orange #FE6627

Color information

#FE6627 (or 0xFE6627) is unknown color: approx Burnt Orange. HEX triplet: FE, 66 and 27. RGB value is (254,102,39). Sum of RGB (Red+Green+Blue) = 254+102+39=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 39 (15.62% from 255 or 9.87% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6627 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6627 is #0199D8. Grayscale: #8C8C8C. Windows color (decimal): -104921 or 2582270. OLE color: 2582270.

HSL color Cylindrical-coordinate representation of color #FE6627: hue angle of 17.58º 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 #FE6627 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.00.

Color convert

RGB25410239-
CMYK00.600.850.00
HSL17.58º99.08%57.45%-
HSV(B)17.58º84.65%99.61%-
XYZ45.9930.725.43-
YUV140.2770.86209.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 64.30%
GREEN value IS 102 (40.23% from 255) = 25.82%
BLUE value IS 39 (15.62% from 255) = 9.87%
R=64.30%
G=25.82%
B=9.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541023900.600.850.0017.5899.0857.45
HexFE662703C550126339
Octal3761464707412502214371
Binary111111101100110100111011110010101010100101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6627; }

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

 H1.HeaderClassName
 {
   color: #FE6627;
 }
 .AnyTagClassName
 {
   color: #FE6627;
 }
</style>
background-color css

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

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

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

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

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

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