Html Css Color HEX #F14A39 Sunset Orange

📋 copy color: '#F14A39'

red 241 ◦ green 74 ◦ blue 57

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

Shades of Sunset Orange #F14A39

Tints of Sunset Orange #F14A39

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.89%

 BLUE value IS 57 (22.66% from 255) = 15.32%

R = 64.78%
G = 19.89%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F14A39 (or 0xF14A39) is known color: Sunset Orange. HEX triplet: F1, 4A and 39. RGB value is (241,74,57). Sum of RGB (Red+Green+Blue) = 241+74+57=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F14A39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14A39 is #0EB5C6. Grayscale: #7A7A7A. Windows color (decimal): -964039 or 3754737. OLE color: 3754737.

HSL color Cylindrical-coordinate representation of color #F14A39: hue angle of 5.54º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F14A39 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 74 57 -
CMYK 0 0.69 0.76 0.05
HSL 5.54º 0.87% 0.58% -
HSV(B) 5.54º 0.76% 0.95% -
XYZ 39.46 23.89 6.4 -
YUV 122 91.33 212.88 -
System Red Green Blue C M Y K H S L
Decimal 241 74 57 0 0.69 0.76 0.05 5.54 0.87 0.58
Hex F1 4A 39 0 45 4C 5 6 57 3A
Octal 361 112 71 0 105 114 5 6 127 72
Binary 11110001 1001010 111001 0 1000101 1001100 101 110 1010111 111010

Color Harmonies of #F14A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14A39

Black with #F14A39

Text Example


Text Example

White with #F14A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14A39; }

 p { color: rgb(241,74,57); }

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

background-color css

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

 a { background-color: rgb(241,74,57); }

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

border-color css

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

 span { border-color: rgb(241,74,57); }

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