Html Css Color HEX #FA5448 Sunset Orange

📋 copy color: '#FA5448'

red 250 ◦ green 84 ◦ blue 72

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

Shades of Sunset Orange #FA5448

Tints of Sunset Orange #FA5448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.69%

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

R = 61.58%
G = 20.69%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#FA5448 (or 0xFA5448) is known color: Sunset Orange. HEX triplet: FA, 54 and 48. RGB value is (250,84,72). Sum of RGB (Red+Green+Blue) = 250+84+72=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5448 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5448 is #05ABB7. Grayscale: #848484. Windows color (decimal): -371640 or 4740346. OLE color: 4740346.

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

Color convert

RGB 250 84 72 -
CMYK 0 0.66 0.71 0.02
HSL 4.04º 0.95% 0.63% -
HSV(B) 4.04º 0.71% 0.98% -
XYZ 43.76 27.13 9.06 -
YUV 132.27 94 211.98 -
System Red Green Blue C M Y K H S L
Decimal 250 84 72 0 0.66 0.71 0.02 4.04 0.95 0.63
Hex FA 54 48 0 42 47 2 4 5F 3F
Octal 372 124 110 0 102 107 2 4 137 77
Binary 11111010 1010100 1001000 0 1000010 1000111 10 100 1011111 111111

Color Harmonies of #FA5448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5448

Black with #FA5448

Text Example


Text Example

White with #FA5448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5448; }

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

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

background-color css

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

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

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

border-color css

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

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

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