Html Css Color HEX #FF5248 Sunset Orange

📋 copy color: '#FF5248'

red 255 ◦ green 82 ◦ blue 72

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

Shades of Sunset Orange #FF5248

Tints of Sunset Orange #FF5248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.6%

R = 62.35%
G = 20.05%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#FF5248 (or 0xFF5248) is known color: Sunset Orange. HEX triplet: FF, 52 and 48. RGB value is (255,82,72). Sum of RGB (Red+Green+Blue) = 255+82+72=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 82 (32.42% from 255 or 20.05% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5248 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5248 is #00ADB7. Grayscale: #848484. Windows color (decimal): -44472 or 4739839. OLE color: 4739839.

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

Color convert

RGB 255 82 72 -
CMYK 0 0.68 0.72 0
HSL 3.28º 1% 0.64% -
HSV(B) 3.28º 0.72% 1% -
XYZ 45.43 27.76 9.1 -
YUV 132.59 93.81 215.31 -
System Red Green Blue C M Y K H S L
Decimal 255 82 72 0 0.68 0.72 0 3.28 1 0.64
Hex FF 52 48 0 44 48 0 3 64 40
Octal 377 122 110 0 104 110 0 3 144 100
Binary 11111111 1010010 1001000 0 1000100 1001000 0 11 1100100 1000000

Color Harmonies of #FF5248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5248

Black with #FF5248

Text Example


Text Example

White with #FF5248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5248; }

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

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

background-color css

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

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

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

border-color css

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

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

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