#FA5E35

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

Shades of Outrageous Orange #FA5E35

Tints of Outrageous Orange #FA5E35

Color information

#FA5E35 (or 0xFA5E35) is unknown color: approx Outrageous Orange. HEX triplet: FA, 5E and 35. RGB value is (250,94,53). Sum of RGB (Red+Green+Blue) = 250+94+53=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 53 (21.09% from 255 or 13.35% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5E35 is #05A1CA. Grayscale: #888888. Windows color (decimal): -369099 or 3497722. OLE color: 3497722.

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

Color convert

RGB2509453-
CMYK00.620.790.02
HSL12.49º95.17%59.41%-
HSV(B)12.49º78.8%98.04%-
XYZ44.0728.596.56-
YUV135.9781.18209.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 62.97%
GREEN value IS 94 (37.11% from 255) = 23.68%
BLUE value IS 53 (21.09% from 255) = 13.35%
R=62.97%
G=23.68%
B=13.35%

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
Decimal250945300.620.790.0212.4995.1759.41
HexFA5E3503E4F2c5f3b
Octal3721366507611721413773
Binary111110101011110110101011111010011111011001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5E35; }

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

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

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

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

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

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

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

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