Html Css Color HEX #FF504E Sunset Orange

📋 copy color: '#FF504E'

red 255 ◦ green 80 ◦ blue 78

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

Shades of Sunset Orange #FF504E

Tints of Sunset Orange #FF504E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.89%

R = 61.74%
G = 19.37%
B = 18.89%

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

#FF504E (or 0xFF504E) is known color: Sunset Orange. HEX triplet: FF, 50 and 4E. RGB value is (255,80,78). Sum of RGB (Red+Green+Blue) = 255+80+78=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF504E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF504E is #00AFB1. Grayscale: #848484. Windows color (decimal): -44978 or 5132543. OLE color: 5132543.

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

Color convert

RGB 255 80 78 -
CMYK 0 0.69 0.69 0
HSL 0.68º 1% 0.65% -
HSV(B) 0.68º 0.69% 1% -
XYZ 45.48 27.55 10.13 -
YUV 132.1 97.48 215.66 -
System Red Green Blue C M Y K H S L
Decimal 255 80 78 0 0.69 0.69 0 0.68 1 0.65
Hex FF 50 4E 0 45 45 0 1 64 41
Octal 377 120 116 0 105 105 0 1 144 101
Binary 11111111 1010000 1001110 0 1000101 1000101 0 1 1100100 1000001

Color Harmonies of #FF504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF504E

Black with #FF504E

Text Example


Text Example

White with #FF504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF504E; }

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

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

background-color css

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

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

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

border-color css

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

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

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