Html Css Color HEX #F14C40 Sunset Orange

📋 copy color: '#F14C40'

red 241 ◦ green 76 ◦ blue 64

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

Shades of Sunset Orange #F14C40

Tints of Sunset Orange #F14C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.8%

R = 63.25%
G = 19.95%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F14C40 (or 0xF14C40) is known color: Sunset Orange. HEX triplet: F1, 4C and 40. RGB value is (241,76,64). Sum of RGB (Red+Green+Blue) = 241+76+64=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14C40 is #0EB3BF. Grayscale: #7C7C7C. Windows color (decimal): -963520 or 4214001. OLE color: 4214001.

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

Color convert

RGB 241 76 64 -
CMYK 0 0.68 0.73 0.05
HSL 4.07º 0.86% 0.6% -
HSV(B) 4.07º 0.73% 0.95% -
XYZ 39.79 24.24 7.43 -
YUV 123.97 94.16 211.48 -
System Red Green Blue C M Y K H S L
Decimal 241 76 64 0 0.68 0.73 0.05 4.07 0.86 0.6
Hex F1 4C 40 0 44 49 5 4 56 3C
Octal 361 114 100 0 104 111 5 4 126 74
Binary 11110001 1001100 1000000 0 1000100 1001001 101 100 1010110 111100

Color Harmonies of #F14C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C40

Black with #F14C40

Text Example


Text Example

White with #F14C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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