#FA6A38

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

Shades of Burnt Orange #FA6A38

Tints of Burnt Orange #FA6A38

Color information

#FA6A38 (or 0xFA6A38) is unknown color: approx Burnt Orange. HEX triplet: FA, 6A and 38. RGB value is (250,106,56). Sum of RGB (Red+Green+Blue) = 250+106+56=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 56 (22.27% from 255 or 13.59% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6A38 is #0595C7. Grayscale: #8F8F8F. Windows color (decimal): -366024 or 3697402. OLE color: 3697402.

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

Color convert

RGB25010656-
CMYK00.580.780.02
HSL15.46º95.1%60%-
HSV(B)15.46º77.6%98.04%-
XYZ45.2930.927.32-
YUV143.3678.71204.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.68%
GREEN value IS 106 (41.80% from 255) = 25.73%
BLUE value IS 56 (22.27% from 255) = 13.59%
R=60.68%
G=25.73%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501065600.580.780.0215.4695.160
HexFA6A3803A4E2f5f3c
Octal3721527007211621713774
Binary111110101101010111000011101010011101011111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6A38; }

 p { color: rgb(250,106,56); }

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

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

 a { background-color: rgb(250,106,56); }

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

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

 span { border-color: rgb(250,106,56); }

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