Html Css Color HEX #FF5250 Sunset Orange

📋 copy color: '#FF5250'

red 255 ◦ green 82 ◦ blue 80

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

Shades of Sunset Orange #FF5250

Tints of Sunset Orange #FF5250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.66%

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

R = 61.15%
G = 19.66%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FF5250 (or 0xFF5250) is known color: Sunset Orange. HEX triplet: FF, 52 and 50. RGB value is (255,82,80). Sum of RGB (Red+Green+Blue) = 255+82+80=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 80 (31.64% from 255 or 19.18% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5250 is #00ADAF. Grayscale: #858585. Windows color (decimal): -44464 or 5264127. OLE color: 5264127.

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

Color convert

RGB 255 82 80 -
CMYK 0 0.68 0.69 0
HSL 0.69º 1% 0.66% -
HSV(B) 0.69º 0.69% 1% -
XYZ 45.71 27.87 10.56 -
YUV 133.5 97.81 214.66 -
System Red Green Blue C M Y K H S L
Decimal 255 82 80 0 0.68 0.69 0 0.69 1 0.66
Hex FF 52 50 0 44 45 0 1 64 42
Octal 377 122 120 0 104 105 0 1 144 102
Binary 11111111 1010010 1010000 0 1000100 1000101 0 1 1100100 1000010

Color Harmonies of #FF5250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5250

Black with #FF5250

Text Example


Text Example

White with #FF5250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5250; }

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

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

background-color css

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

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

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

border-color css

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

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

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