Html Css Color HEX #F14C47 Sunset Orange

📋 copy color: '#F14C47'

red 241 ◦ green 76 ◦ blue 71

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

Shades of Sunset Orange #F14C47

Tints of Sunset Orange #F14C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.3%

R = 62.11%
G = 19.59%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#F14C47 (or 0xF14C47) is known color: Sunset Orange. HEX triplet: F1, 4C and 47. RGB value is (241,76,71). Sum of RGB (Red+Green+Blue) = 241+76+71=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14C47 is #0EB3B8. Grayscale: #7C7C7C. Windows color (decimal): -963513 or 4672753. OLE color: 4672753.

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

Color convert

RGB 241 76 71 -
CMYK 0 0.68 0.71 0.05
HSL 1.76º 0.86% 0.61% -
HSV(B) 1.76º 0.71% 0.95% -
XYZ 40 24.32 8.55 -
YUV 124.77 97.66 210.91 -
System Red Green Blue C M Y K H S L
Decimal 241 76 71 0 0.68 0.71 0.05 1.76 0.86 0.61
Hex F1 4C 47 0 44 47 5 2 56 3D
Octal 361 114 107 0 104 107 5 2 126 75
Binary 11110001 1001100 1000111 0 1000100 1000111 101 10 1010110 111101

Color Harmonies of #F14C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C47

Black with #F14C47

Text Example


Text Example

White with #F14C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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