Html Css Color HEX #FF5350 Sunset Orange

📋 copy color: '#FF5350'

red 255 ◦ green 83 ◦ blue 80

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

Shades of Sunset Orange #FF5350

Tints of Sunset Orange #FF5350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.86%

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

R = 61%
G = 19.86%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF5350 (or 0xFF5350) is known color: Sunset Orange. HEX triplet: FF, 53 and 50. RGB value is (255,83,80). Sum of RGB (Red+Green+Blue) = 255+83+80=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5350 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5350 is #00ACAF. Grayscale: #868686. Windows color (decimal): -44208 or 5264383. OLE color: 5264383.

HSL color Cylindrical-coordinate representation of color #FF5350: hue angle of 1.03º 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 #FF5350 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 255 83 80 -
CMYK 0 0.67 0.69 0
HSL 1.03º 1% 0.66% -
HSV(B) 1.03º 0.69% 1% -
XYZ 45.78 28.03 10.59 -
YUV 134.09 97.48 214.24 -
System Red Green Blue C M Y K H S L
Decimal 255 83 80 0 0.67 0.69 0 1.03 1 0.66
Hex FF 53 50 0 43 45 0 1 64 42
Octal 377 123 120 0 103 105 0 1 144 102
Binary 11111111 1010011 1010000 0 1000011 1000101 0 1 1100100 1000010

Color Harmonies of #FF5350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5350

Black with #FF5350

Text Example


Text Example

White with #FF5350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5350; }

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

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

background-color css

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

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

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

border-color css

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

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

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