Html Css Color HEX #FA5148 Sunset Orange

📋 copy color: '#FA5148'

red 250 ◦ green 81 ◦ blue 72

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

Shades of Sunset Orange #FA5148

Tints of Sunset Orange #FA5148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.87%

R = 62.03%
G = 20.1%
B = 17.87%

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

#FA5148 (or 0xFA5148) is known color: Sunset Orange. HEX triplet: FA, 51 and 48. RGB value is (250,81,72). Sum of RGB (Red+Green+Blue) = 250+81+72=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5148 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5148 is #05AEB7. Grayscale: #828282. Windows color (decimal): -372408 or 4739578. OLE color: 4739578.

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

Color convert

RGB 250 81 72 -
CMYK 0 0.68 0.71 0.02
HSL 3.03º 0.95% 0.63% -
HSV(B) 3.03º 0.71% 0.98% -
XYZ 43.54 26.68 8.99 -
YUV 130.51 94.99 213.23 -
System Red Green Blue C M Y K H S L
Decimal 250 81 72 0 0.68 0.71 0.02 3.03 0.95 0.63
Hex FA 51 48 0 44 47 2 3 5F 3F
Octal 372 121 110 0 104 107 2 3 137 77
Binary 11111010 1010001 1001000 0 1000100 1000111 10 11 1011111 111111

Color Harmonies of #FA5148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5148

Black with #FA5148

Text Example


Text Example

White with #FA5148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5148; }

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

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

background-color css

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

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

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

border-color css

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

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

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