Html Css Color HEX #F0524E Sunset Orange

📋 copy color: '#F0524E'

red 240 ◦ green 82 ◦ blue 78

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

Shades of Sunset Orange #F0524E

Tints of Sunset Orange #F0524E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.5%

R = 60%
G = 20.5%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0524E (or 0xF0524E) is known color: Sunset Orange. HEX triplet: F0, 52 and 4E. RGB value is (240,82,78). Sum of RGB (Red+Green+Blue) = 240+82+78=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 78 (30.86% from 255 or 19.5% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0524E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0524E is #0FADB1. Grayscale: #808080. Windows color (decimal): -1027506 or 5133040. OLE color: 5133040.

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

Color convert

RGB 240 82 78 -
CMYK 0 0.66 0.68 0.06
HSL 1.48º 0.84% 0.62% -
HSV(B) 1.48º 0.68% 0.94% -
XYZ 40.33 25.11 9.93 -
YUV 128.79 99.35 207.33 -
System Red Green Blue C M Y K H S L
Decimal 240 82 78 0 0.66 0.68 0.06 1.48 0.84 0.62
Hex F0 52 4E 0 42 44 6 1 54 3E
Octal 360 122 116 0 102 104 6 1 124 76
Binary 11110000 1010010 1001110 0 1000010 1000100 110 1 1010100 111110

Color Harmonies of #F0524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0524E

Black with #F0524E

Text Example


Text Example

White with #F0524E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0524E; }

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

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

background-color css

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

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

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

border-color css

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

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

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