#FA6B3F

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

Shades of Burnt Orange #FA6B3F

Tints of Burnt Orange #FA6B3F

Color information

#FA6B3F (or 0xFA6B3F) is unknown color: approx Burnt Orange. HEX triplet: FA, 6B and 3F. RGB value is (250,107,63). Sum of RGB (Red+Green+Blue) = 250+107+63=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 63 (25% from 255 or 15% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6B3F is #0594C0. Grayscale: #919191. Windows color (decimal): -365761 or 4156410. OLE color: 4156410.

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

Color convert

RGB25010763-
CMYK00.570.750.02
HSL14.12º94.92%61.37%-
HSV(B)14.12º74.8%98.04%-
XYZ45.5831.28.32-
YUV144.7481.88203.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 59.52%
GREEN value IS 107 (42.19% from 255) = 25.48%
BLUE value IS 63 (25% from 255) = 15%
R=59.52%
G=25.48%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501076300.570.750.0214.1294.9261.37
HexFA6B3F0394B2e5f3d
Octal3721537707111321613775
Binary111110101101011111111011100110010111011101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6B3F; }

 p { color: rgb(250,107,63); }

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

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

 a { background-color: rgb(250,107,63); }

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

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

 span { border-color: rgb(250,107,63); }

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