Html Css Color HEX #F14944 Sunset Orange

📋 copy color: '#F14944'

red 241 ◦ green 73 ◦ blue 68

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

Shades of Sunset Orange #F14944

Tints of Sunset Orange #F14944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.8%

R = 63.09%
G = 19.11%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F14944 (or 0xF14944) is known color: Sunset Orange. HEX triplet: F1, 49 and 44. RGB value is (241,73,68). Sum of RGB (Red+Green+Blue) = 241+73+68=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F14944 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14944 is #0EB6BB. Grayscale: #7A7A7A. Windows color (decimal): -964284 or 4475377. OLE color: 4475377.

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

Color convert

RGB 241 73 68 -
CMYK 0 0.70 0.72 0.05
HSL 1.73º 0.86% 0.61% -
HSV(B) 1.73º 0.72% 0.95% -
XYZ 39.7 23.88 7.99 -
YUV 122.66 97.16 212.41 -
System Red Green Blue C M Y K H S L
Decimal 241 73 68 0 0.70 0.72 0.05 1.73 0.86 0.61
Hex F1 49 44 0 46 48 5 2 56 3D
Octal 361 111 104 0 106 110 5 2 126 75
Binary 11110001 1001001 1000100 0 1000110 1001000 101 10 1010110 111101

Color Harmonies of #F14944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14944

Black with #F14944

Text Example


Text Example

White with #F14944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14944; }

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

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

background-color css

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

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

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

border-color css

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

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

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