Html Css Color HEX #F14946 Sunset Orange

📋 copy color: '#F14946'

red 241 ◦ green 73 ◦ blue 70

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

Shades of Sunset Orange #F14946

Tints of Sunset Orange #F14946

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.01%

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

R = 62.76%
G = 19.01%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F14946 (or 0xF14946) is known color: Sunset Orange. HEX triplet: F1, 49 and 46. RGB value is (241,73,70). Sum of RGB (Red+Green+Blue) = 241+73+70=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F14946 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14946 is #0EB6B9. Grayscale: #7B7B7B. Windows color (decimal): -964282 or 4606449. OLE color: 4606449.

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

Color convert

RGB 241 73 70 -
CMYK 0 0.70 0.71 0.05
HSL 1.05º 0.86% 0.61% -
HSV(B) 1.05º 0.71% 0.95% -
XYZ 39.76 23.91 8.31 -
YUV 122.89 98.16 212.24 -
System Red Green Blue C M Y K H S L
Decimal 241 73 70 0 0.70 0.71 0.05 1.05 0.86 0.61
Hex F1 49 46 0 46 47 5 1 56 3D
Octal 361 111 106 0 106 107 5 1 126 75
Binary 11110001 1001001 1000110 0 1000110 1000111 101 1 1010110 111101

Color Harmonies of #F14946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14946

Black with #F14946

Text Example


Text Example

White with #F14946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14946; }

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

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

background-color css

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

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

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

border-color css

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

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

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