Html Css Color HEX #FF5252 Sunset Orange

📋 copy color: '#FF5252'

red 255 ◦ green 82 ◦ blue 82

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

Shades of Sunset Orange #FF5252

Tints of Sunset Orange #FF5252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.57%

R = 60.86%
G = 19.57%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FF5252 (or 0xFF5252) is known color: Sunset Orange. HEX triplet: FF, 52 and 52. RGB value is (255,82,82). Sum of RGB (Red+Green+Blue) = 255+82+82=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5252 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5252 is #00ADAD. Grayscale: #858585. Windows color (decimal): -44462 or 5395199. OLE color: 5395199.

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

Color convert

RGB 255 82 82 -
CMYK 0 0.68 0.68 0
HSL 1% 0.66% -
HSV(B) 0.68% 1% -
XYZ 45.78 27.9 10.96 -
YUV 133.73 98.81 214.5 -
System Red Green Blue C M Y K H S L
Decimal 255 82 82 0 0.68 0.68 0 0 1 0.66
Hex FF 52 52 0 44 44 0 0 64 42
Octal 377 122 122 0 104 104 0 0 144 102
Binary 11111111 1010010 1010010 0 1000100 1000100 0 0 1100100 1000010

Color Harmonies of #FF5252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5252

Black with #FF5252

Text Example


Text Example

White with #FF5252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5252; }

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

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

background-color css

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

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

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

border-color css

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

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

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