#FA7135

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

Shades of Burnt Orange #FA7135

Tints of Burnt Orange #FA7135

Color information

#FA7135 (or 0xFA7135) is unknown color: approx Burnt Orange. HEX triplet: FA, 71 and 35. RGB value is (250,113,53). Sum of RGB (Red+Green+Blue) = 250+113+53=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 53 (21.09% from 255 or 12.74% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7135 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7135 is #058ECA. Grayscale: #939393. Windows color (decimal): -364235 or 3502586. OLE color: 3502586.

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

Color convert

RGB25011353-
CMYK00.550.790.02
HSL18.27º95.17%59.41%-
HSV(B)18.27º78.8%98.04%-
XYZ45.9732.397.2-
YUV147.1274.89201.38-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.10%
GREEN value IS 113 (44.53% from 255) = 27.16%
BLUE value IS 53 (21.09% from 255) = 12.74%
R=60.10%
G=27.16%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501135300.550.790.0218.2795.1759.41
HexFA71350374F2125f3b
Octal3721616506711722213773
Binary1111101011100011101010110111100111110100101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7135; }

 p { color: rgb(250,113,53); }

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

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

 a { background-color: rgb(250,113,53); }

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

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

 span { border-color: rgb(250,113,53); }

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