Html Css Color HEX #F15040 Sunset Orange

📋 copy color: '#F15040'

red 241 ◦ green 80 ◦ blue 64

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

Shades of Sunset Orange #F15040

Tints of Sunset Orange #F15040

RGB

 RED value IS 241 (94.53% from 255) = 62.6%

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

 BLUE value IS 64 (25.39% from 255) = 16.62%

R = 62.6%
G = 20.78%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F15040 (or 0xF15040) is known color: Sunset Orange. HEX triplet: F1, 50 and 40. RGB value is (241,80,64). Sum of RGB (Red+Green+Blue) = 241+80+64=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F15040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15040 is #0EAFBF. Grayscale: #7E7E7E. Windows color (decimal): -962496 or 4215025. OLE color: 4215025.

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

Color convert

RGB 241 80 64 -
CMYK 0 0.67 0.73 0.05
HSL 5.42º 0.86% 0.6% -
HSV(B) 5.42º 0.73% 0.95% -
XYZ 40.07 24.81 7.53 -
YUV 126.32 92.84 209.8 -
System Red Green Blue C M Y K H S L
Decimal 241 80 64 0 0.67 0.73 0.05 5.42 0.86 0.6
Hex F1 50 40 0 43 49 5 5 56 3C
Octal 361 120 100 0 103 111 5 5 126 74
Binary 11110001 1010000 1000000 0 1000011 1001001 101 101 1010110 111100

Color Harmonies of #F15040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15040

Black with #F15040

Text Example


Text Example

White with #F15040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15040; }

 p { color: rgb(241,80,64); }

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

background-color css

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

 a { background-color: rgb(241,80,64); }

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

border-color css

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

 span { border-color: rgb(241,80,64); }

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