Html Css Color HEX #F0524B Sunset Orange

📋 copy color: '#F0524B'

red 240 ◦ green 82 ◦ blue 75

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

Shades of Sunset Orange #F0524B

Tints of Sunset Orange #F0524B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.89%

R = 60.45%
G = 20.65%
B = 18.89%

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

#F0524B (or 0xF0524B) is known color: Sunset Orange. HEX triplet: F0, 52 and 4B. RGB value is (240,82,75). Sum of RGB (Red+Green+Blue) = 240+82+75=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F0524B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0524B is #0FADB4. Grayscale: #808080. Windows color (decimal): -1027509 or 4936432. OLE color: 4936432.

HSL color Cylindrical-coordinate representation of color #F0524B: hue angle of 2.55º 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 #F0524B is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 82 75 -
CMYK 0 0.66 0.69 0.06
HSL 2.55º 0.85% 0.62% -
HSV(B) 2.55º 0.69% 0.94% -
XYZ 40.22 25.07 9.38 -
YUV 128.44 97.85 207.57 -
System Red Green Blue C M Y K H S L
Decimal 240 82 75 0 0.66 0.69 0.06 2.55 0.85 0.62
Hex F0 52 4B 0 42 45 6 3 55 3E
Octal 360 122 113 0 102 105 6 3 125 76
Binary 11110000 1010010 1001011 0 1000010 1000101 110 11 1010101 111110

Color Harmonies of #F0524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0524B

Black with #F0524B

Text Example


Text Example

White with #F0524B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0524B; }

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

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

background-color css

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

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

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

border-color css

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

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

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