Html Css Color HEX #F0524A Sunset Orange

📋 copy color: '#F0524A'

red 240 ◦ green 82 ◦ blue 74

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

Shades of Sunset Orange #F0524A

Tints of Sunset Orange #F0524A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.69%

R = 60.61%
G = 20.71%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0524A (or 0xF0524A) is known color: Sunset Orange. HEX triplet: F0, 52 and 4A. RGB value is (240,82,74). Sum of RGB (Red+Green+Blue) = 240+82+74=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F0524A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0524A is #0FADB5. Grayscale: #808080. Windows color (decimal): -1027510 or 4870896. OLE color: 4870896.

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

Color convert

RGB 240 82 74 -
CMYK 0 0.66 0.69 0.06
HSL 2.89º 0.85% 0.62% -
HSV(B) 2.89º 0.69% 0.94% -
XYZ 40.19 25.05 9.2 -
YUV 128.33 97.35 207.65 -
System Red Green Blue C M Y K H S L
Decimal 240 82 74 0 0.66 0.69 0.06 2.89 0.85 0.62
Hex F0 52 4A 0 42 45 6 3 55 3E
Octal 360 122 112 0 102 105 6 3 125 76
Binary 11110000 1010010 1001010 0 1000010 1000101 110 11 1010101 111110

Color Harmonies of #F0524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0524A

Black with #F0524A

Text Example


Text Example

White with #F0524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0524A; }

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

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

background-color css

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

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

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

border-color css

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

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

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