#F26E38

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

Shades of Burnt Orange #F26E38

Tints of Burnt Orange #F26E38

Color information

#F26E38 (or 0xF26E38) is unknown color: approx Burnt Orange. HEX triplet: F2, 6E and 38. RGB value is (242,110,56). Sum of RGB (Red+Green+Blue) = 242+110+56=408 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.31% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 56 (22.27% from 255 or 13.73% from 408); Max value from RGB is 242 - color contains mainly: red. Hex color #F26E38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26E38 is #0D91C7. Grayscale: #8F8F8F. Windows color (decimal): -889288 or 3698418. OLE color: 3698418.

HSL color Cylindrical-coordinate representation of color #F26E38: hue angle of 17.42º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F26E38 is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB24211056-
CMYK00.550.770.05
HSL17.42º87.74%58.43%-
HSV(B)17.42º76.86%94.9%-
XYZ42.9130.317.33-
YUV143.3178.73198.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 59.31%
GREEN value IS 110 (43.36% from 255) = 26.96%
BLUE value IS 56 (22.27% from 255) = 13.73%
R=59.31%
G=26.96%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421105600.550.770.0517.4287.7458.43
HexF26E380374D511583a
Octal3621567006711552113072
Binary11110010110111011100001101111001101101100011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26E38; }

 p { color: rgb(242,110,56); }

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

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

 a { background-color: rgb(242,110,56); }

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

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

 span { border-color: rgb(242,110,56); }

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