Html Css Color HEX #F14942 Sunset Orange

📋 copy color: '#F14942'

red 241 ◦ green 73 ◦ blue 66

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

Shades of Sunset Orange #F14942

Tints of Sunset Orange #F14942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.37%

R = 63.42%
G = 19.21%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F14942 (or 0xF14942) is known color: Sunset Orange. HEX triplet: F1, 49 and 42. RGB value is (241,73,66). Sum of RGB (Red+Green+Blue) = 241+73+66=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F14942 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14942 is #0EB6BD. Grayscale: #7A7A7A. Windows color (decimal): -964286 or 4344305. OLE color: 4344305.

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

Color convert

RGB 241 73 66 -
CMYK 0 0.70 0.73 0.05
HSL 2.4º 0.86% 0.6% -
HSV(B) 2.4º 0.73% 0.95% -
XYZ 39.64 23.86 7.67 -
YUV 122.43 96.16 212.57 -
System Red Green Blue C M Y K H S L
Decimal 241 73 66 0 0.70 0.73 0.05 2.4 0.86 0.6
Hex F1 49 42 0 46 49 5 2 56 3C
Octal 361 111 102 0 106 111 5 2 126 74
Binary 11110001 1001001 1000010 0 1000110 1001001 101 10 1010110 111100

Color Harmonies of #F14942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14942

Black with #F14942

Text Example


Text Example

White with #F14942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14942; }

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

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

background-color css

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

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

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

border-color css

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

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

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