Html Css Color HEX #FF5050 Sunset Orange

📋 copy color: '#FF5050'

red 255 ◦ green 80 ◦ blue 80

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

Shades of Sunset Orange #FF5050

Tints of Sunset Orange #FF5050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.28%

R = 61.45%
G = 19.28%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF5050 (or 0xFF5050) is known color: Sunset Orange. HEX triplet: FF, 50 and 50. RGB value is (255,80,80). Sum of RGB (Red+Green+Blue) = 255+80+80=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5050 is #00AFAF. Grayscale: #848484. Windows color (decimal): -44976 or 5263615. OLE color: 5263615.

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

Color convert

RGB 255 80 80 -
CMYK 0 0.69 0.69 0
HSL 1% 0.66% -
HSV(B) 0.69% 1% -
XYZ 45.56 27.58 10.51 -
YUV 132.33 98.48 215.5 -
System Red Green Blue C M Y K H S L
Decimal 255 80 80 0 0.69 0.69 0 0 1 0.66
Hex FF 50 50 0 45 45 0 0 64 42
Octal 377 120 120 0 105 105 0 0 144 102
Binary 11111111 1010000 1010000 0 1000101 1000101 0 0 1100100 1000010

Color Harmonies of #FF5050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5050

Black with #FF5050

Text Example


Text Example

White with #FF5050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5050; }

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

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

background-color css

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

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

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

border-color css

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

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

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