#FA6B3A

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

Shades of Burnt Orange #FA6B3A

Tints of Burnt Orange #FA6B3A

Color information

#FA6B3A (or 0xFA6B3A) is unknown color: approx Burnt Orange. HEX triplet: FA, 6B and 3A. RGB value is (250,107,58). Sum of RGB (Red+Green+Blue) = 250+107+58=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 58 (23.05% from 255 or 13.98% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6B3A is #0594C5. Grayscale: #909090. Windows color (decimal): -365766 or 3828730. OLE color: 3828730.

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

Color convert

RGB25010758-
CMYK00.570.770.02
HSL15.31º95.05%60.39%-
HSV(B)15.31º76.8%98.04%-
XYZ45.4531.147.62-
YUV144.1779.38203.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.24%
GREEN value IS 107 (42.19% from 255) = 25.78%
BLUE value IS 58 (23.05% from 255) = 13.98%
R=60.24%
G=25.78%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501075800.570.770.0215.3195.0560.39
HexFA6B3A0394D2f5f3c
Octal3721537207111521713774
Binary111110101101011111010011100110011011011111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6B3A; }

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

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

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

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

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

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

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

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