#F27735

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

Shades of Burnt Orange #F27735

Tints of Burnt Orange #F27735

Color information

#F27735 (or 0xF27735) is unknown color: approx Burnt Orange. HEX triplet: F2, 77 and 35. RGB value is (242,119,53). Sum of RGB (Red+Green+Blue) = 242+119+53=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 53 (21.09% from 255 or 12.80% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F27735 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27735 is #0D88CA. Grayscale: #949494. Windows color (decimal): -886987 or 3504114. OLE color: 3504114.

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

Color convert

RGB24211953-
CMYK00.510.780.05
HSL20.95º87.91%57.84%-
HSV(B)20.95º78.1%94.9%-
XYZ43.8632.337.3-
YUV148.2574.25194.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 58.45%
GREEN value IS 119 (46.88% from 255) = 28.74%
BLUE value IS 53 (21.09% from 255) = 12.80%
R=58.45%
G=28.74%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421195300.510.780.0520.9587.9157.84
HexF277350334E515583a
Octal3621676506311652513072
Binary11110010111011111010101100111001110101101011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27735; }

 p { color: rgb(242,119,53); }

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

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

 a { background-color: rgb(242,119,53); }

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

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

 span { border-color: rgb(242,119,53); }

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