Html Css Color HEX #F14C44 Sunset Orange

📋 copy color: '#F14C44'

red 241 ◦ green 76 ◦ blue 68

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

Shades of Sunset Orange #F14C44

Tints of Sunset Orange #F14C44

RGB

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

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

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

R = 62.6%
G = 19.74%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#F14C44 (or 0xF14C44) is known color: Sunset Orange. HEX triplet: F1, 4C and 44. RGB value is (241,76,68). Sum of RGB (Red+Green+Blue) = 241+76+68=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F14C44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14C44 is #0EB3BB. Grayscale: #7C7C7C. Windows color (decimal): -963516 or 4476145. OLE color: 4476145.

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

Color convert

RGB 241 76 68 -
CMYK 0 0.68 0.72 0.05
HSL 2.77º 0.86% 0.61% -
HSV(B) 2.77º 0.72% 0.95% -
XYZ 39.9 24.29 8.05 -
YUV 124.42 96.16 211.15 -
System Red Green Blue C M Y K H S L
Decimal 241 76 68 0 0.68 0.72 0.05 2.77 0.86 0.61
Hex F1 4C 44 0 44 48 5 3 56 3D
Octal 361 114 104 0 104 110 5 3 126 75
Binary 11110001 1001100 1000100 0 1000100 1001000 101 11 1010110 111101

Color Harmonies of #F14C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14C44

Black with #F14C44

Text Example


Text Example

White with #F14C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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