Html Css Color HEX #F14E4D Sunset Orange

📋 copy color: '#F14E4D'

red 241 ◦ green 78 ◦ blue 77

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

Shades of Sunset Orange #F14E4D

Tints of Sunset Orange #F14E4D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.7%

 BLUE value IS 77 (30.47% from 255) = 19.44%

R = 60.86%
G = 19.7%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F14E4D (or 0xF14E4D) is known color: Sunset Orange. HEX triplet: F1, 4E and 4D. RGB value is (241,78,77). Sum of RGB (Red+Green+Blue) = 241+78+77=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F14E4D is #0EB1B2. Grayscale: #7E7E7E. Windows color (decimal): -962995 or 5066481. OLE color: 5066481.

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

Color convert

RGB 241 78 77 -
CMYK 0 0.68 0.68 0.05
HSL 0.37º 0.85% 0.62% -
HSV(B) 0.37º 0.68% 0.95% -
XYZ 40.34 24.69 9.66 -
YUV 126.62 100 209.58 -
System Red Green Blue C M Y K H S L
Decimal 241 78 77 0 0.68 0.68 0.05 0.37 0.85 0.62
Hex F1 4E 4D 0 44 44 5 0 55 3E
Octal 361 116 115 0 104 104 5 0 125 76
Binary 11110001 1001110 1001101 0 1000100 1000100 101 0 1010101 111110

Color Harmonies of #F14E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14E4D

Black with #F14E4D

Text Example


Text Example

White with #F14E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14E4D; }

 p { color: rgb(241,78,77); }

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

background-color css

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

 a { background-color: rgb(241,78,77); }

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

border-color css

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

 span { border-color: rgb(241,78,77); }

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