#FA763F

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

Shades of Burnt Orange #FA763F

Tints of Burnt Orange #FA763F

Color information

#FA763F (or 0xFA763F) is unknown color: approx Burnt Orange. HEX triplet: FA, 76 and 3F. RGB value is (250,118,63). Sum of RGB (Red+Green+Blue) = 250+118+63=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA763F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA763F is #0589C0. Grayscale: #979797. Windows color (decimal): -362945 or 4159226. OLE color: 4159226.

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

Color convert

RGB25011863-
CMYK00.530.750.02
HSL17.65º94.92%61.37%-
HSV(B)17.65º74.8%98.04%-
XYZ46.833.648.73-
YUV151.278.23198.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 58.00%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 63 (25% from 255) = 14.62%
R=58.00%
G=27.38%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501186300.530.750.0217.6594.9261.37
HexFA763F0354B2125f3d
Octal3721667706511322213775
Binary1111101011101101111110110101100101110100101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA763F; }

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

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

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

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

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

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

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

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