#FA5C35

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

Shades of Outrageous Orange #FA5C35

Tints of Outrageous Orange #FA5C35

Color information

#FA5C35 (or 0xFA5C35) is unknown color: approx Outrageous Orange. HEX triplet: FA, 5C and 35. RGB value is (250,92,53). Sum of RGB (Red+Green+Blue) = 250+92+53=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 53 (21.09% from 255 or 13.42% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5C35 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5C35 is #05A3CA. Grayscale: #878787. Windows color (decimal): -369611 or 3497210. OLE color: 3497210.

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

Color convert

RGB2509253-
CMYK00.630.790.02
HSL11.88º95.17%59.41%-
HSV(B)11.88º78.8%98.04%-
XYZ43.8928.246.5-
YUV134.881.85210.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 63.29%
GREEN value IS 92 (36.33% from 255) = 23.29%
BLUE value IS 53 (21.09% from 255) = 13.42%
R=63.29%
G=23.29%
B=13.42%

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
Decimal250925300.630.790.0211.8895.1759.41
HexFA5C3503F4F2c5f3b
Octal3721346507711721413773
Binary111110101011100110101011111110011111011001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5C35; }

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

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

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

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

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

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

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

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