#FA974F

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

Shades of Sunshade #FA974F

Tints of Sunshade #FA974F

Color information

#FA974F (or 0xFA974F) is unknown color: approx Sunshade. HEX triplet: FA, 97 and 4F. RGB value is (250,151,79). Sum of RGB (Red+Green+Blue) = 250+151+79=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 79 (31.25% from 255 or 16.46% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA974F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA974F is #0568B0. Grayscale: #ACACAC. Windows color (decimal): -354481 or 5216250. OLE color: 5216250.

HSL color Cylindrical-coordinate representation of color #FA974F: hue angle of 25.26º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA974F is Cyan = 0, Magento = 0.40, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB25015179-
CMYK00.400.680.02
HSL25.26º94.48%64.51%-
HSV(B)25.26º68.4%98.04%-
XYZ51.943.0212.97-
YUV172.3975.3183.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 52.08%
GREEN value IS 151 (59.38% from 255) = 31.46%
BLUE value IS 79 (31.25% from 255) = 16.46%
R=52.08%
G=31.46%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501517900.400.680.0225.2694.4864.51
HexFA974F028442195e41
Octal372227117050104231136101
Binary1111101010010111100111101010001000100101100110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA974F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA974F; }

 p { color: rgb(250,151,79); }

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

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

 a { background-color: rgb(250,151,79); }

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

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

 span { border-color: rgb(250,151,79); }

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