Html Css Color HEX #FF5240 Sunset Orange

📋 copy color: '#FF5240'

red 255 ◦ green 82 ◦ blue 64

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

Shades of Sunset Orange #FF5240

Tints of Sunset Orange #FF5240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.96%

R = 63.59%
G = 20.45%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF5240 (or 0xFF5240) is known color: Sunset Orange. HEX triplet: FF, 52 and 40. RGB value is (255,82,64). Sum of RGB (Red+Green+Blue) = 255+82+64=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5240 is #00ADBF. Grayscale: #838383. Windows color (decimal): -44480 or 4215551. OLE color: 4215551.

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

Color convert

RGB 255 82 64 -
CMYK 0 0.68 0.75 0
HSL 5.65º 1% 0.63% -
HSV(B) 5.65º 0.75% 1% -
XYZ 45.18 27.66 7.81 -
YUV 131.68 89.81 215.96 -
System Red Green Blue C M Y K H S L
Decimal 255 82 64 0 0.68 0.75 0 5.65 1 0.63
Hex FF 52 40 0 44 4B 0 6 64 3F
Octal 377 122 100 0 104 113 0 6 144 77
Binary 11111111 1010010 1000000 0 1000100 1001011 0 110 1100100 111111

Color Harmonies of #FF5240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5240

Black with #FF5240

Text Example


Text Example

White with #FF5240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5240; }

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

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

background-color css

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

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

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

border-color css

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

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

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