#FA6035

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

Shades of Outrageous Orange #FA6035

Tints of Outrageous Orange #FA6035

Color information

#FA6035 (or 0xFA6035) is unknown color: approx Outrageous Orange. HEX triplet: FA, 60 and 35. RGB value is (250,96,53). Sum of RGB (Red+Green+Blue) = 250+96+53=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6035 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6035 is #059FCA. Grayscale: #898989. Windows color (decimal): -368587 or 3498234. OLE color: 3498234.

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

Color convert

RGB2509653-
CMYK00.620.790.02
HSL13.1º95.17%59.41%-
HSV(B)13.1º78.8%98.04%-
XYZ44.2528.956.62-
YUV137.1480.52208.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.66%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 53 (21.09% from 255) = 13.28%
R=62.66%
G=24.06%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250965300.620.790.0213.195.1759.41
HexFA603503E4F2d5f3b
Octal3721406507611721513773
Binary111110101100000110101011111010011111011011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6035; }

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

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

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

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

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

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

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

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