#FA534D

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

Shades of Sunset Orange #FA534D

Tints of Sunset Orange #FA534D

Color information

#FA534D (or 0xFA534D) is unknown color: approx Sunset Orange. HEX triplet: FA, 53 and 4D. RGB value is (250,83,77). Sum of RGB (Red+Green+Blue) = 250+83+77=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA534D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA534D is #05ACB2. Grayscale: #848484. Windows color (decimal): -371891 or 5067770. OLE color: 5067770.

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

Color convert

RGB2508377-
CMYK00.670.690.02
HSL2.08º94.54%64.12%-
HSV(B)2.08º69.2%98.04%-
XYZ43.8627.059.93-
YUV132.2596.83211.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.98%
GREEN value IS 83 (32.81% from 255) = 20.24%
BLUE value IS 77 (30.47% from 255) = 18.78%
R=60.98%
G=20.24%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250837700.670.690.022.0894.5464.12
HexFA534D04345225f40
Octal372123115010310522137100
Binary1111101010100111001101010000111000101101010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA534D; }

 p { color: rgb(250,83,77); }

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

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

 a { background-color: rgb(250,83,77); }

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

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

 span { border-color: rgb(250,83,77); }

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