#FA4F4E

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

Shades of Sunset Orange #FA4F4E

Tints of Sunset Orange #FA4F4E

Color information

#FA4F4E (or 0xFA4F4E) is unknown color: approx Sunset Orange. HEX triplet: FA, 4F and 4E. RGB value is (250,79,78). Sum of RGB (Red+Green+Blue) = 250+79+78=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 79 (31.25% from 255 or 19.41% from 407); Blue value is 78 (30.86% from 255 or 19.16% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4F4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4F4E is #05B0B1. Grayscale: #828282. Windows color (decimal): -372914 or 5132282. OLE color: 5132282.

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

Color convert

RGB2507978-
CMYK00.680.690.02
HSL0.35º94.51%64.31%-
HSV(B)0.35º68.8%98.04%-
XYZ43.626.4710.02-
YUV130.0198.65213.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 61.43%
GREEN value IS 79 (31.25% from 255) = 19.41%
BLUE value IS 78 (30.86% from 255) = 19.16%
R=61.43%
G=19.41%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250797800.680.690.020.3594.5164.31
HexFA4F4E04445205f40
Octal372117116010410520137100
Binary111110101001111100111001000100100010110010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4F4E; }

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

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

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

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

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

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

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

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