Html Css Color HEX #F15246 Sunset Orange

📋 copy color: '#F15246'

red 241 ◦ green 82 ◦ blue 70

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

Shades of Sunset Orange #F15246

Tints of Sunset Orange #F15246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.87%

 BLUE value IS 70 (27.73% from 255) = 17.81%

R = 61.32%
G = 20.87%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F15246 (or 0xF15246) is known color: Sunset Orange. HEX triplet: F1, 52 and 46. RGB value is (241,82,70). Sum of RGB (Red+Green+Blue) = 241+82+70=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 70 (27.73% from 255 or 17.81% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F15246 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15246 is #0EADB9. Grayscale: #808080. Windows color (decimal): -961978 or 4608753. OLE color: 4608753.

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

Color convert

RGB 241 82 70 -
CMYK 0 0.66 0.71 0.05
HSL 4.21º 0.86% 0.61% -
HSV(B) 4.21º 0.71% 0.95% -
XYZ 40.4 25.18 8.52 -
YUV 128.17 95.18 208.48 -
System Red Green Blue C M Y K H S L
Decimal 241 82 70 0 0.66 0.71 0.05 4.21 0.86 0.61
Hex F1 52 46 0 42 47 5 4 56 3D
Octal 361 122 106 0 102 107 5 4 126 75
Binary 11110001 1010010 1000110 0 1000010 1000111 101 100 1010110 111101

Color Harmonies of #F15246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15246

Black with #F15246

Text Example


Text Example

White with #F15246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15246; }

 p { color: rgb(241,82,70); }

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

background-color css

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

 a { background-color: rgb(241,82,70); }

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

border-color css

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

 span { border-color: rgb(241,82,70); }

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