#FA6827

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

Shades of Burnt Orange #FA6827

Tints of Burnt Orange #FA6827

Color information

#FA6827 (or 0xFA6827) is unknown color: approx Burnt Orange. HEX triplet: FA, 68 and 27. RGB value is (250,104,39). Sum of RGB (Red+Green+Blue) = 250+104+39=393 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.61% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 39 (15.62% from 255 or 9.92% from 393); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6827 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6827 is #0597D8. Grayscale: #8C8C8C. Windows color (decimal): -366553 or 2582778. OLE color: 2582778.

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

Color convert

RGB25010439-
CMYK00.580.840.02
HSL18.48º95.48%56.67%-
HSV(B)18.48º84.4%98.04%-
XYZ44.7430.375.42-
YUV140.2470.87206.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 63.61%
GREEN value IS 104 (41.02% from 255) = 26.46%
BLUE value IS 39 (15.62% from 255) = 9.92%
R=63.61%
G=26.46%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501043900.580.840.0218.4895.4856.67
HexFA682703A542125f39
Octal3721504707212422213771
Binary1111101011010001001110111010101010010100101011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6827; }

 p { color: rgb(250,104,39); }

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

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

 a { background-color: rgb(250,104,39); }

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

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

 span { border-color: rgb(250,104,39); }

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