Html Css Color HEX #F15450 Sunset Orange

📋 copy color: '#F15450'

red 241 ◦ green 84 ◦ blue 80

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

Shades of Sunset Orange #F15450

Tints of Sunset Orange #F15450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.75%

R = 59.51%
G = 20.74%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#F15450 (or 0xF15450) is known color: Sunset Orange. HEX triplet: F1, 54 and 50. RGB value is (241,84,80). Sum of RGB (Red+Green+Blue) = 241+84+80=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 84 (33.20% from 255 or 20.74% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F15450 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15450 is #0EABAF. Grayscale: #828282. Windows color (decimal): -961456 or 5264625. OLE color: 5264625.

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

Color convert

RGB 241 84 80 -
CMYK 0 0.65 0.67 0.05
HSL 1.49º 0.85% 0.63% -
HSV(B) 1.49º 0.67% 0.95% -
XYZ 40.89 25.62 10.38 -
YUV 130.49 99.51 206.83 -
System Red Green Blue C M Y K H S L
Decimal 241 84 80 0 0.65 0.67 0.05 1.49 0.85 0.63
Hex F1 54 50 0 41 43 5 1 55 3F
Octal 361 124 120 0 101 103 5 1 125 77
Binary 11110001 1010100 1010000 0 1000001 1000011 101 1 1010101 111111

Color Harmonies of #F15450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15450

Black with #F15450

Text Example


Text Example

White with #F15450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15450; }

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

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

background-color css

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

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

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

border-color css

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

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

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