Html Css Color HEX #F05141 Sunset Orange

📋 copy color: '#F05141'

red 240 ◦ green 81 ◦ blue 65

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

Shades of Sunset Orange #F05141

Tints of Sunset Orange #F05141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.98%

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

R = 62.18%
G = 20.98%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F05141 (or 0xF05141) is known color: Sunset Orange. HEX triplet: F0, 51 and 41. RGB value is (240,81,65). Sum of RGB (Red+Green+Blue) = 240+81+65=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F05141 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05141 is #0FAEBE. Grayscale: #7E7E7E. Windows color (decimal): -1027775 or 4280816. OLE color: 4280816.

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

Color convert

RGB 240 81 65 -
CMYK 0 0.66 0.73 0.06
HSL 5.49º 0.85% 0.6% -
HSV(B) 5.49º 0.73% 0.94% -
XYZ 39.83 24.79 7.69 -
YUV 126.72 93.18 208.8 -
System Red Green Blue C M Y K H S L
Decimal 240 81 65 0 0.66 0.73 0.06 5.49 0.85 0.6
Hex F0 51 41 0 42 49 6 5 55 3C
Octal 360 121 101 0 102 111 6 5 125 74
Binary 11110000 1010001 1000001 0 1000010 1001001 110 101 1010101 111100

Color Harmonies of #F05141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05141

Black with #F05141

Text Example


Text Example

White with #F05141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05141; }

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

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

background-color css

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

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

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

border-color css

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

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

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