#FA523F

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

Shades of Sunset Orange #FA523F

Tints of Sunset Orange #FA523F

Color information

#FA523F (or 0xFA523F) is unknown color: approx Sunset Orange. HEX triplet: FA, 52 and 3F. RGB value is (250,82,63). Sum of RGB (Red+Green+Blue) = 250+82+63=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA523F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA523F is #05ADC0. Grayscale: #828282. Windows color (decimal): -372161 or 4150010. OLE color: 4150010.

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

Color convert

RGB2508263-
CMYK00.670.750.02
HSL6.1º94.92%61.37%-
HSV(B)6.1º74.8%98.04%-
XYZ43.3426.727.58-
YUV130.0790.16213.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 63.29%
GREEN value IS 82 (32.42% from 255) = 20.76%
BLUE value IS 63 (25% from 255) = 15.95%
R=63.29%
G=20.76%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250826300.670.750.026.194.9261.37
HexFA523F0434B265f3d
Octal3721227701031132613775
Binary111110101010010111111010000111001011101101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA523F; }

 p { color: rgb(250,82,63); }

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

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

 a { background-color: rgb(250,82,63); }

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

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

 span { border-color: rgb(250,82,63); }

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