Html Css Color HEX #FA5042 Sunset Orange

📋 copy color: '#FA5042'

red 250 ◦ green 80 ◦ blue 66

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

Shades of Sunset Orange #FA5042

Tints of Sunset Orange #FA5042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.67%

R = 63.13%
G = 20.2%
B = 16.67%

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

#FA5042 (or 0xFA5042) is known color: Sunset Orange. HEX triplet: FA, 50 and 42. RGB value is (250,80,66). Sum of RGB (Red+Green+Blue) = 250+80+66=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5042 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5042 is #05AFBD. Grayscale: #818181. Windows color (decimal): -372670 or 4346106. OLE color: 4346106.

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

Color convert

RGB 250 80 66 -
CMYK 0 0.68 0.74 0.02
HSL 4.57º 0.95% 0.62% -
HSV(B) 4.57º 0.74% 0.98% -
XYZ 43.28 26.45 7.98 -
YUV 129.23 92.32 214.14 -
System Red Green Blue C M Y K H S L
Decimal 250 80 66 0 0.68 0.74 0.02 4.57 0.95 0.62
Hex FA 50 42 0 44 4A 2 5 5F 3E
Octal 372 120 102 0 104 112 2 5 137 76
Binary 11111010 1010000 1000010 0 1000100 1001010 10 101 1011111 111110

Color Harmonies of #FA5042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5042

Black with #FA5042

Text Example


Text Example

White with #FA5042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5042; }

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

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

background-color css

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

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

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

border-color css

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

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

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