#FA7C3B

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

Shades of Burnt Orange #FA7C3B

Tints of Burnt Orange #FA7C3B

Color information

#FA7C3B (or 0xFA7C3B) is unknown color: approx Burnt Orange. HEX triplet: FA, 7C and 3B. RGB value is (250,124,59). Sum of RGB (Red+Green+Blue) = 250+124+59=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 124 (48.83% from 255 or 28.64% from 433); Blue value is 59 (23.44% from 255 or 13.63% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7C3B is #0583C4. Grayscale: #9A9A9A. Windows color (decimal): -361413 or 3898618. OLE color: 3898618.

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

Color convert

RGB25012459-
CMYK00.500.760.02
HSL20.42º95.02%60.59%-
HSV(B)20.42º76.4%98.04%-
XYZ47.4235.068.4-
YUV154.2674.24196.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 57.74%
GREEN value IS 124 (48.83% from 255) = 28.64%
BLUE value IS 59 (23.44% from 255) = 13.63%
R=57.74%
G=28.64%
B=13.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501245900.500.760.0220.4295.0260.59
HexFA7C3B0324C2145f3d
Octal3721747306211422413775
Binary1111101011111001110110110010100110010101001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7C3B; }

 p { color: rgb(250,124,59); }

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

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

 a { background-color: rgb(250,124,59); }

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

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

 span { border-color: rgb(250,124,59); }

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