#FA5D35

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

Shades of Outrageous Orange #FA5D35

Tints of Outrageous Orange #FA5D35

Color information

#FA5D35 (or 0xFA5D35) is unknown color: approx Outrageous Orange. HEX triplet: FA, 5D and 35. RGB value is (250,93,53). Sum of RGB (Red+Green+Blue) = 250+93+53=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 53 (21.09% from 255 or 13.38% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5D35 is #05A2CA. Grayscale: #878787. Windows color (decimal): -369355 or 3497466. OLE color: 3497466.

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

Color convert

RGB2509353-
CMYK00.630.790.02
HSL12.18º95.17%59.41%-
HSV(B)12.18º78.8%98.04%-
XYZ43.9828.416.53-
YUV135.3881.51209.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 63.13%
GREEN value IS 93 (36.72% from 255) = 23.48%
BLUE value IS 53 (21.09% from 255) = 13.38%
R=63.13%
G=23.48%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250935300.630.790.0212.1895.1759.41
HexFA5D3503F4F2c5f3b
Octal3721356507711721413773
Binary111110101011101110101011111110011111011001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5D35; }

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

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

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

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

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

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

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

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