#FA6E35

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

Shades of Burnt Orange #FA6E35

Tints of Burnt Orange #FA6E35

Color information

#FA6E35 (or 0xFA6E35) is unknown color: approx Burnt Orange. HEX triplet: FA, 6E and 35. RGB value is (250,110,53). Sum of RGB (Red+Green+Blue) = 250+110+53=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 53 (21.09% from 255 or 12.83% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6E35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6E35 is #0591CA. Grayscale: #919191. Windows color (decimal): -365003 or 3501818. OLE color: 3501818.

HSL color Cylindrical-coordinate representation of color #FA6E35: hue angle of 17.36º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA6E35 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB25011053-
CMYK00.560.790.02
HSL17.36º95.17%59.41%-
HSV(B)17.36º78.8%98.04%-
XYZ45.6431.737.09-
YUV145.3675.88202.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.53%
GREEN value IS 110 (43.36% from 255) = 26.63%
BLUE value IS 53 (21.09% from 255) = 12.83%
R=60.53%
G=26.63%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501105300.560.790.0217.3695.1759.41
HexFA6E350384F2115f3b
Octal3721566507011722113773
Binary1111101011011101101010111000100111110100011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6E35; }

 p { color: rgb(250,110,53); }

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

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

 a { background-color: rgb(250,110,53); }

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

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

 span { border-color: rgb(250,110,53); }

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