Html Css Color HEX #F05049 Sunset Orange

📋 copy color: '#F05049'

red 240 ◦ green 80 ◦ blue 73

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

Shades of Sunset Orange #F05049

Tints of Sunset Orange #F05049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.58%

R = 61.07%
G = 20.36%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#F05049 (or 0xF05049) is known color: Sunset Orange. HEX triplet: F0, 50 and 49. RGB value is (240,80,73). Sum of RGB (Red+Green+Blue) = 240+80+73=393 (52% of max value = 765). Red value is 240 (94.14% from 255 or 61.07% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 240 - color contains mainly: red. Hex color #F05049 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05049 is #0FAFB6. Grayscale: #7F7F7F. Windows color (decimal): -1028023 or 4804848. OLE color: 4804848.

HSL color Cylindrical-coordinate representation of color #F05049: hue angle of 2.51º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F05049 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 80 73 -
CMYK 0 0.67 0.70 0.06
HSL 2.51º 0.85% 0.61% -
HSV(B) 2.51º 0.7% 0.94% -
XYZ 40.01 24.74 8.97 -
YUV 127.04 97.51 208.57 -
System Red Green Blue C M Y K H S L
Decimal 240 80 73 0 0.67 0.70 0.06 2.51 0.85 0.61
Hex F0 50 49 0 43 46 6 3 55 3D
Octal 360 120 111 0 103 106 6 3 125 75
Binary 11110000 1010000 1001001 0 1000011 1000110 110 11 1010101 111101

Color Harmonies of #F05049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05049

Black with #F05049

Text Example


Text Example

White with #F05049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05049; }

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

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

background-color css

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

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

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

border-color css

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

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

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