Html Css Color HEX #FA5040 Sunset Orange

📋 copy color: '#FA5040'

red 250 ◦ green 80 ◦ blue 64

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

Shades of Sunset Orange #FA5040

Tints of Sunset Orange #FA5040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.24%

R = 63.45%
G = 20.3%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA5040 (or 0xFA5040) is known color: Sunset Orange. HEX triplet: FA, 50 and 40. RGB value is (250,80,64). Sum of RGB (Red+Green+Blue) = 250+80+64=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5040 is #05AFBF. Grayscale: #818181. Windows color (decimal): -372672 or 4215034. OLE color: 4215034.

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

Color convert

RGB 250 80 64 -
CMYK 0 0.68 0.74 0.02
HSL 5.16º 0.95% 0.62% -
HSV(B) 5.16º 0.74% 0.98% -
XYZ 43.22 26.43 7.67 -
YUV 129.01 91.32 214.3 -
System Red Green Blue C M Y K H S L
Decimal 250 80 64 0 0.68 0.74 0.02 5.16 0.95 0.62
Hex FA 50 40 0 44 4A 2 5 5F 3E
Octal 372 120 100 0 104 112 2 5 137 76
Binary 11111010 1010000 1000000 0 1000100 1001010 10 101 1011111 111110

Color Harmonies of #FA5040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5040

Black with #FA5040

Text Example


Text Example

White with #FA5040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5040; }

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

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

background-color css

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

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

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

border-color css

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

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

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