Html Css Color HEX #F0524F Sunset Orange

📋 copy color: '#F0524F'

red 240 ◦ green 82 ◦ blue 79

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

Shades of Sunset Orange #F0524F

Tints of Sunset Orange #F0524F

RGB

 RED value IS 240 (94.14% from 255) = 59.85%

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

 BLUE value IS 79 (31.25% from 255) = 19.7%

R = 59.85%
G = 20.45%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#F0524F (or 0xF0524F) is known color: Sunset Orange. HEX triplet: F0, 52 and 4F. RGB value is (240,82,79). Sum of RGB (Red+Green+Blue) = 240+82+79=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0524F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0524F is #0FADB0. Grayscale: #818181. Windows color (decimal): -1027505 or 5198576. OLE color: 5198576.

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

Color convert

RGB 240 82 79 -
CMYK 0 0.66 0.67 0.06
HSL 1.12º 0.84% 0.63% -
HSV(B) 1.12º 0.67% 0.94% -
XYZ 40.36 25.12 10.12 -
YUV 128.9 99.85 207.24 -
System Red Green Blue C M Y K H S L
Decimal 240 82 79 0 0.66 0.67 0.06 1.12 0.84 0.63
Hex F0 52 4F 0 42 43 6 1 54 3F
Octal 360 122 117 0 102 103 6 1 124 77
Binary 11110000 1010010 1001111 0 1000010 1000011 110 1 1010100 111111

Color Harmonies of #F0524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0524F

Black with #F0524F

Text Example


Text Example

White with #F0524F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0524F; }

 p { color: rgb(240,82,79); }

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

background-color css

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

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

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

border-color css

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

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

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