Html Css Color HEX #F05041 Sunset Orange

📋 copy color: '#F05041'

red 240 ◦ green 80 ◦ blue 65

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

Shades of Sunset Orange #F05041

Tints of Sunset Orange #F05041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.88%

R = 62.34%
G = 20.78%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F05041 (or 0xF05041) is known color: Sunset Orange. HEX triplet: F0, 50 and 41. RGB value is (240,80,65). Sum of RGB (Red+Green+Blue) = 240+80+65=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F05041 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05041 is #0FAFBE. Grayscale: #7E7E7E. Windows color (decimal): -1028031 or 4280560. OLE color: 4280560.

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

Color convert

RGB 240 80 65 -
CMYK 0 0.67 0.73 0.06
HSL 5.14º 0.85% 0.6% -
HSV(B) 5.14º 0.73% 0.94% -
XYZ 39.76 24.64 7.66 -
YUV 126.13 93.51 209.22 -
System Red Green Blue C M Y K H S L
Decimal 240 80 65 0 0.67 0.73 0.06 5.14 0.85 0.6
Hex F0 50 41 0 43 49 6 5 55 3C
Octal 360 120 101 0 103 111 6 5 125 74
Binary 11110000 1010000 1000001 0 1000011 1001001 110 101 1010101 111100

Color Harmonies of #F05041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05041

Black with #F05041

Text Example


Text Example

White with #F05041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05041; }

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

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

background-color css

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

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

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

border-color css

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

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

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