#FA6C37

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

Shades of Burnt Orange #FA6C37

Tints of Burnt Orange #FA6C37

Color information

#FA6C37 (or 0xFA6C37) is unknown color: approx Burnt Orange. HEX triplet: FA, 6C and 37. RGB value is (250,108,55). Sum of RGB (Red+Green+Blue) = 250+108+55=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 55 (21.88% from 255 or 13.32% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6C37 is #0593C8. Grayscale: #909090. Windows color (decimal): -365513 or 3632378. OLE color: 3632378.

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

Color convert

RGB25010855-
CMYK00.570.780.02
HSL16.31º95.12%59.8%-
HSV(B)16.31º78%98.04%-
XYZ45.4831.327.26-
YUV144.4277.54203.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.53%
GREEN value IS 108 (42.58% from 255) = 26.15%
BLUE value IS 55 (21.88% from 255) = 13.32%
R=60.53%
G=26.15%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501085500.570.780.0216.3195.1259.8
HexFA6C370394E2105f3c
Octal3721546707111622013774
Binary1111101011011001101110111001100111010100001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6C37; }

 p { color: rgb(250,108,55); }

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

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

 a { background-color: rgb(250,108,55); }

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

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

 span { border-color: rgb(250,108,55); }

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