Html Css Color HEX #F0504D Sunset Orange

📋 copy color: '#F0504D'

red 240 ◦ green 80 ◦ blue 77

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

Shades of Sunset Orange #F0504D

Tints of Sunset Orange #F0504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.15%

 BLUE value IS 77 (30.47% from 255) = 19.4%

R = 60.45%
G = 20.15%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.06

RGB Variations

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

Color information

#F0504D (or 0xF0504D) is known color: Sunset Orange. HEX triplet: F0, 50 and 4D. RGB value is (240,80,77). Sum of RGB (Red+Green+Blue) = 240+80+77=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F0504D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0504D is #0FAFB2. Grayscale: #7F7F7F. Windows color (decimal): -1028019 or 5066992. OLE color: 5066992.

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

Color convert

RGB 240 80 77 -
CMYK 0 0.67 0.68 0.06
HSL 1.1º 0.84% 0.62% -
HSV(B) 1.1º 0.68% 0.94% -
XYZ 40.14 24.8 9.69 -
YUV 127.5 99.51 208.24 -
System Red Green Blue C M Y K H S L
Decimal 240 80 77 0 0.67 0.68 0.06 1.1 0.84 0.62
Hex F0 50 4D 0 43 44 6 1 54 3E
Octal 360 120 115 0 103 104 6 1 124 76
Binary 11110000 1010000 1001101 0 1000011 1000100 110 1 1010100 111110

Color Harmonies of #F0504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0504D

Black with #F0504D

Text Example


Text Example

White with #F0504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0504D; }

 p { color: rgb(240,80,77); }

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

background-color css

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

 a { background-color: rgb(240,80,77); }

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

border-color css

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

 span { border-color: rgb(240,80,77); }

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