Html Css Color HEX #F15445 Sunset Orange

📋 copy color: '#F15445'

red 241 ◦ green 84 ◦ blue 69

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

Shades of Sunset Orange #F15445

Tints of Sunset Orange #F15445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.51%

R = 61.17%
G = 21.32%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F15445 (or 0xF15445) is known color: Sunset Orange. HEX triplet: F1, 54 and 45. RGB value is (241,84,69). Sum of RGB (Red+Green+Blue) = 241+84+69=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F15445 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15445 is #0EABBA. Grayscale: #818181. Windows color (decimal): -961467 or 4543729. OLE color: 4543729.

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

Color convert

RGB 241 84 69 -
CMYK 0 0.65 0.71 0.05
HSL 5.23º 0.86% 0.61% -
HSV(B) 5.23º 0.71% 0.95% -
XYZ 40.52 25.47 8.41 -
YUV 129.23 94.01 207.72 -
System Red Green Blue C M Y K H S L
Decimal 241 84 69 0 0.65 0.71 0.05 5.23 0.86 0.61
Hex F1 54 45 0 41 47 5 5 56 3D
Octal 361 124 105 0 101 107 5 5 126 75
Binary 11110001 1010100 1000101 0 1000001 1000111 101 101 1010110 111101

Color Harmonies of #F15445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15445

Black with #F15445

Text Example


Text Example

White with #F15445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15445; }

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

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

background-color css

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

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

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

border-color css

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

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

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