#FA7D3B

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

Shades of Burnt Orange #FA7D3B

Tints of Burnt Orange #FA7D3B

Color information

#FA7D3B (or 0xFA7D3B) is unknown color: approx Burnt Orange. HEX triplet: FA, 7D and 3B. RGB value is (250,125,59). Sum of RGB (Red+Green+Blue) = 250+125+59=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 59 (23.44% from 255 or 13.59% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7D3B is #0582C4. Grayscale: #9B9B9B. Windows color (decimal): -361157 or 3898874. OLE color: 3898874.

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

Color convert

RGB25012559-
CMYK00.500.760.02
HSL20.73º95.02%60.59%-
HSV(B)20.73º76.4%98.04%-
XYZ47.5535.318.45-
YUV154.8573.91195.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 57.60%
GREEN value IS 125 (49.22% from 255) = 28.80%
BLUE value IS 59 (23.44% from 255) = 13.59%
R=57.60%
G=28.80%
B=13.59%

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
Decimal2501255900.500.760.0220.7395.0260.59
HexFA7D3B0324C2155f3d
Octal3721757306211422513775
Binary1111101011111011110110110010100110010101011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7D3B; }

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

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

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

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

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

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

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

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