Html Css Color HEX #F14C49 Sunset Orange

📋 copy color: '#F14C49'

red 241 ◦ green 76 ◦ blue 73

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

Shades of Sunset Orange #F14C49

Tints of Sunset Orange #F14C49

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.49%

 BLUE value IS 73 (28.91% from 255) = 18.72%

R = 61.79%
G = 19.49%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#F14C49 (or 0xF14C49) is known color: Sunset Orange. HEX triplet: F1, 4C and 49. RGB value is (241,76,73). Sum of RGB (Red+Green+Blue) = 241+76+73=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14C49 is #0EB3B6. Grayscale: #7D7D7D. Windows color (decimal): -963511 or 4803825. OLE color: 4803825.

HSL color Cylindrical-coordinate representation of color #F14C49: hue angle of 1.07º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F14C49 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 76 73 -
CMYK 0 0.68 0.70 0.05
HSL 1.07º 0.86% 0.62% -
HSV(B) 1.07º 0.7% 0.95% -
XYZ 40.06 24.35 8.89 -
YUV 124.99 98.66 210.74 -
System Red Green Blue C M Y K H S L
Decimal 241 76 73 0 0.68 0.70 0.05 1.07 0.86 0.62
Hex F1 4C 49 0 44 46 5 1 56 3E
Octal 361 114 111 0 104 106 5 1 126 76
Binary 11110001 1001100 1001001 0 1000100 1000110 101 1 1010110 111110

Color Harmonies of #F14C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C49

Black with #F14C49

Text Example


Text Example

White with #F14C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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