Html Css Color HEX #FF5042 Sunset Orange

📋 copy color: '#FF5042'

red 255 ◦ green 80 ◦ blue 66

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

Shades of Sunset Orange #FF5042

Tints of Sunset Orange #FF5042

RGB

 RED value IS 255 (100% from 255) = 63.59%

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

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

R = 63.59%
G = 19.95%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FF5042 (or 0xFF5042) is known color: Sunset Orange. HEX triplet: FF, 50 and 42. RGB value is (255,80,66). Sum of RGB (Red+Green+Blue) = 255+80+66=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5042 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5042 is #00AFBD. Grayscale: #828282. Windows color (decimal): -44990 or 4346111. OLE color: 4346111.

HSL color Cylindrical-coordinate representation of color #FF5042: hue angle of 4.44º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF5042 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 255 80 66 -
CMYK 0 0.69 0.74 0
HSL 4.44º 1% 0.63% -
HSV(B) 4.44º 0.74% 1% -
XYZ 45.09 27.39 8.06 -
YUV 130.73 91.48 216.64 -
System Red Green Blue C M Y K H S L
Decimal 255 80 66 0 0.69 0.74 0 4.44 1 0.63
Hex FF 50 42 0 45 4A 0 4 64 3F
Octal 377 120 102 0 105 112 0 4 144 77
Binary 11111111 1010000 1000010 0 1000101 1001010 0 100 1100100 111111

Color Harmonies of #FF5042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5042

Black with #FF5042

Text Example


Text Example

White with #FF5042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5042; }

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

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

background-color css

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

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

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

border-color css

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

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

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