Html Css Color HEX #FF504B Sunset Orange

📋 copy color: '#FF504B'

red 255 ◦ green 80 ◦ blue 75

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

Shades of Sunset Orange #FF504B

Tints of Sunset Orange #FF504B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.29%

R = 62.2%
G = 19.51%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.71

 K value IS 0

RGB Variations

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

Color information

#FF504B (or 0xFF504B) is known color: Sunset Orange. HEX triplet: FF, 50 and 4B. RGB value is (255,80,75). Sum of RGB (Red+Green+Blue) = 255+80+75=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF504B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF504B is #00AFB4. Grayscale: #838383. Windows color (decimal): -44981 or 4935935. OLE color: 4935935.

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

Color convert

RGB 255 80 75 -
CMYK 0 0.69 0.71 0
HSL 1.67º 1% 0.65% -
HSV(B) 1.67º 0.71% 1% -
XYZ 45.38 27.51 9.57 -
YUV 131.76 95.98 215.91 -
System Red Green Blue C M Y K H S L
Decimal 255 80 75 0 0.69 0.71 0 1.67 1 0.65
Hex FF 50 4B 0 45 47 0 2 64 41
Octal 377 120 113 0 105 107 0 2 144 101
Binary 11111111 1010000 1001011 0 1000101 1000111 0 10 1100100 1000001

Color Harmonies of #FF504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF504B

Black with #FF504B

Text Example


Text Example

White with #FF504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF504B; }

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

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

background-color css

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

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

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

border-color css

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

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

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