Html Css Color HEX #F14844 Sunset Orange

📋 copy color: '#F14844'

red 241 ◦ green 72 ◦ blue 68

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

Shades of Sunset Orange #F14844

Tints of Sunset Orange #F14844

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.9%

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

R = 63.25%
G = 18.9%
B = 17.85%

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

#F14844 (or 0xF14844) is known color: Sunset Orange. HEX triplet: F1, 48 and 44. RGB value is (241,72,68). Sum of RGB (Red+Green+Blue) = 241+72+68=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F14844 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14844 is #0EB7BB. Grayscale: #7A7A7A. Windows color (decimal): -964540 or 4475121. OLE color: 4475121.

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

Color convert

RGB 241 72 68 -
CMYK 0 0.70 0.72 0.05
HSL 1.39º 0.86% 0.61% -
HSV(B) 1.39º 0.72% 0.95% -
XYZ 39.64 23.75 7.96 -
YUV 122.08 97.49 212.83 -
System Red Green Blue C M Y K H S L
Decimal 241 72 68 0 0.70 0.72 0.05 1.39 0.86 0.61
Hex F1 48 44 0 46 48 5 1 56 3D
Octal 361 110 104 0 106 110 5 1 126 75
Binary 11110001 1001000 1000100 0 1000110 1001000 101 1 1010110 111101

Color Harmonies of #F14844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14844

Black with #F14844

Text Example


Text Example

White with #F14844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14844; }

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

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

background-color css

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

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

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

border-color css

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

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

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