Html Css Color HEX #F15440 Sunset Orange

📋 copy color: '#F15440'

red 241 ◦ green 84 ◦ blue 64

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

Shades of Sunset Orange #F15440

Tints of Sunset Orange #F15440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.59%

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

R = 61.95%
G = 21.59%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F15440 (or 0xF15440) is known color: Sunset Orange. HEX triplet: F1, 54 and 40. RGB value is (241,84,64). Sum of RGB (Red+Green+Blue) = 241+84+64=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F15440 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15440 is #0EABBF. Grayscale: #808080. Windows color (decimal): -961472 or 4216049. OLE color: 4216049.

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

Color convert

RGB 241 84 64 -
CMYK 0 0.65 0.73 0.05
HSL 6.78º 0.86% 0.6% -
HSV(B) 6.78º 0.73% 0.95% -
XYZ 40.37 25.41 7.63 -
YUV 128.66 91.51 208.13 -
System Red Green Blue C M Y K H S L
Decimal 241 84 64 0 0.65 0.73 0.05 6.78 0.86 0.6
Hex F1 54 40 0 41 49 5 7 56 3C
Octal 361 124 100 0 101 111 5 7 126 74
Binary 11110001 1010100 1000000 0 1000001 1001001 101 111 1010110 111100

Color Harmonies of #F15440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15440

Black with #F15440

Text Example


Text Example

White with #F15440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15440; }

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

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

background-color css

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

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

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

border-color css

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

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

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