Html Css Color HEX #FF5046 Sunset Orange

📋 copy color: '#FF5046'

red 255 ◦ green 80 ◦ blue 70

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

Shades of Sunset Orange #FF5046

Tints of Sunset Orange #FF5046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.28%

R = 62.96%
G = 19.75%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#FF5046 (or 0xFF5046) is known color: Sunset Orange. HEX triplet: FF, 50 and 46. RGB value is (255,80,70). Sum of RGB (Red+Green+Blue) = 255+80+70=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5046 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5046 is #00AFB9. Grayscale: #838383. Windows color (decimal): -44986 or 4608255. OLE color: 4608255.

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

Color convert

RGB 255 80 70 -
CMYK 0 0.69 0.73 0
HSL 3.24º 1% 0.64% -
HSV(B) 3.24º 0.73% 1% -
XYZ 45.21 27.44 8.71 -
YUV 131.19 93.48 216.31 -
System Red Green Blue C M Y K H S L
Decimal 255 80 70 0 0.69 0.73 0 3.24 1 0.64
Hex FF 50 46 0 45 49 0 3 64 40
Octal 377 120 106 0 105 111 0 3 144 100
Binary 11111111 1010000 1000110 0 1000101 1001001 0 11 1100100 1000000

Color Harmonies of #FF5046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5046

Black with #FF5046

Text Example


Text Example

White with #FF5046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5046; }

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

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

background-color css

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

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

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

border-color css

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

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

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