#F27638

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

Shades of Burnt Orange #F27638

Tints of Burnt Orange #F27638

Color information

#F27638 (or 0xF27638) is unknown color: approx Burnt Orange. HEX triplet: F2, 76 and 38. RGB value is (242,118,56). Sum of RGB (Red+Green+Blue) = 242+118+56=416 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.17% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 242 - color contains mainly: red. Hex color #F27638 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27638 is #0D89C7. Grayscale: #949494. Windows color (decimal): -887240 or 3700466. OLE color: 3700466.

HSL color Cylindrical-coordinate representation of color #F27638: hue angle of 20º 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 #F27638 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB24211856-
CMYK00.510.770.05
HSL20º87.74%58.43%-
HSV(B)20º76.86%94.9%-
XYZ43.8132.127.63-
YUV148.0176.08195.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 58.17%
GREEN value IS 118 (46.48% from 255) = 28.37%
BLUE value IS 56 (22.27% from 255) = 13.46%
R=58.17%
G=28.37%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421185600.510.770.052087.7458.43
HexF276380334D514583a
Octal3621667006311552413072
Binary11110010111011011100001100111001101101101001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27638; }

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

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

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

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

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

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

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

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