#FA6F35

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

Shades of Burnt Orange #FA6F35

Tints of Burnt Orange #FA6F35

Color information

#FA6F35 (or 0xFA6F35) is unknown color: approx Burnt Orange. HEX triplet: FA, 6F and 35. RGB value is (250,111,53). Sum of RGB (Red+Green+Blue) = 250+111+53=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 53 (21.09% from 255 or 12.80% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6F35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6F35 is #0590CA. Grayscale: #929292. Windows color (decimal): -364747 or 3502074. OLE color: 3502074.

HSL color Cylindrical-coordinate representation of color #FA6F35: hue angle of 17.66º 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 #FA6F35 is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB25011153-
CMYK00.560.790.02
HSL17.66º95.17%59.41%-
HSV(B)17.66º78.8%98.04%-
XYZ45.7531.957.12-
YUV145.9575.55202.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.39%
GREEN value IS 111 (43.75% from 255) = 26.81%
BLUE value IS 53 (21.09% from 255) = 12.80%
R=60.39%
G=26.81%
B=12.80%

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
Decimal2501115300.560.790.0217.6695.1759.41
HexFA6F350384F2125f3b
Octal3721576507011722213773
Binary1111101011011111101010111000100111110100101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6F35; }

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

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

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

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

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

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

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

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