Html Css Color HEX #FA5149 Sunset Orange

📋 copy color: '#FA5149'

red 250 ◦ green 81 ◦ blue 73

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

Shades of Sunset Orange #FA5149

Tints of Sunset Orange #FA5149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.05%

 BLUE value IS 73 (28.91% from 255) = 18.07%

R = 61.88%
G = 20.05%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FA5149 (or 0xFA5149) is known color: Sunset Orange. HEX triplet: FA, 51 and 49. RGB value is (250,81,73). Sum of RGB (Red+Green+Blue) = 250+81+73=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 81 (32.03% from 255 or 20.05% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5149 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5149 is #05AEB6. Grayscale: #828282. Windows color (decimal): -372407 or 4805114. OLE color: 4805114.

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

Color convert

RGB 250 81 73 -
CMYK 0 0.68 0.71 0.02
HSL 2.71º 0.95% 0.63% -
HSV(B) 2.71º 0.71% 0.98% -
XYZ 43.57 26.69 9.16 -
YUV 130.62 95.49 213.15 -
System Red Green Blue C M Y K H S L
Decimal 250 81 73 0 0.68 0.71 0.02 2.71 0.95 0.63
Hex FA 51 49 0 44 47 2 3 5F 3F
Octal 372 121 111 0 104 107 2 3 137 77
Binary 11111010 1010001 1001001 0 1000100 1000111 10 11 1011111 111111

Color Harmonies of #FA5149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5149

Black with #FA5149

Text Example


Text Example

White with #FA5149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5149; }

 p { color: rgb(250,81,73); }

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

background-color css

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

 a { background-color: rgb(250,81,73); }

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

border-color css

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

 span { border-color: rgb(250,81,73); }

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