Html Css Color HEX #FA5047 Sunset Orange

📋 copy color: '#FA5047'

red 250 ◦ green 80 ◦ blue 71

#FA5047
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunset Orange #FA5047

Tints of Sunset Orange #FA5047

RGB

 RED value IS 250 (98.05% from 255) = 62.34%

 GREEN value IS 80 (31.64% from 255) = 19.95%

 BLUE value IS 71 (28.13% from 255) = 17.71%

R = 62.34%
G = 19.95%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FA5047 (or 0xFA5047) is known color: Sunset Orange. HEX triplet: FA, 50 and 47. RGB value is (250,80,71). Sum of RGB (Red+Green+Blue) = 250+80+71=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 71 (28.12% from 255 or 17.71% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5047 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5047 is #05AFB8. Grayscale: #828282. Windows color (decimal): -372665 or 4673786. OLE color: 4673786.

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

Color convert

RGB 250 80 71 -
CMYK 0 0.68 0.72 0.02
HSL 3.02º 0.95% 0.63% -
HSV(B) 3.02º 0.72% 0.98% -
XYZ 43.43 26.52 8.79 -
YUV 129.8 94.82 213.73 -
System Red Green Blue C M Y K H S L
Decimal 250 80 71 0 0.68 0.72 0.02 3.02 0.95 0.63
Hex FA 50 47 0 44 48 2 3 5F 3F
Octal 372 120 107 0 104 110 2 3 137 77
Binary 11111010 1010000 1000111 0 1000100 1001000 10 11 1011111 111111

Color Harmonies of #FA5047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5047

Black with #FA5047

Text Example


Text Example

White with #FA5047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5047; }

 p { color: rgb(250,80,71); }

 H1.HeaderClassName
 {
   color: #FA5047;
 }
 .AnyTagClassName
 {
   color: #FA5047;
 }
</style>

background-color css

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

 a { background-color: rgb(250,80,71); }

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

border-color css

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

 span { border-color: rgb(250,80,71); }

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