Html Css Color HEX #F14E3A Sunset Orange

📋 copy color: '#F14E3A'

red 241 ◦ green 78 ◦ blue 58

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

Shades of Sunset Orange #F14E3A

Tints of Sunset Orange #F14E3A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.69%

 BLUE value IS 58 (23.05% from 255) = 15.38%

R = 63.93%
G = 20.69%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F14E3A (or 0xF14E3A) is known color: Sunset Orange. HEX triplet: F1, 4E and 3A. RGB value is (241,78,58). Sum of RGB (Red+Green+Blue) = 241+78+58=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14E3A is #0EB1C5. Grayscale: #7C7C7C. Windows color (decimal): -963014 or 3821297. OLE color: 3821297.

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

Color convert

RGB 241 78 58 -
CMYK 0 0.68 0.76 0.05
HSL 6.56º 0.87% 0.59% -
HSV(B) 6.56º 0.76% 0.95% -
XYZ 39.76 24.46 6.63 -
YUV 124.46 90.5 211.13 -
System Red Green Blue C M Y K H S L
Decimal 241 78 58 0 0.68 0.76 0.05 6.56 0.87 0.59
Hex F1 4E 3A 0 44 4C 5 7 57 3B
Octal 361 116 72 0 104 114 5 7 127 73
Binary 11110001 1001110 111010 0 1000100 1001100 101 111 1010111 111011

Color Harmonies of #F14E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14E3A

Black with #F14E3A

Text Example


Text Example

White with #F14E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14E3A; }

 p { color: rgb(241,78,58); }

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

background-color css

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

 a { background-color: rgb(241,78,58); }

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

border-color css

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

 span { border-color: rgb(241,78,58); }

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