Html Css Color HEX #F14E3E Sunset Orange

📋 copy color: '#F14E3E'

red 241 ◦ green 78 ◦ blue 62

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

Shades of Sunset Orange #F14E3E

Tints of Sunset Orange #F14E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.27%

R = 63.25%
G = 20.47%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#F14E3E (or 0xF14E3E) is known color: Sunset Orange. HEX triplet: F1, 4E and 3E. RGB value is (241,78,62). Sum of RGB (Red+Green+Blue) = 241+78+62=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F14E3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14E3E is #0EB1C1. Grayscale: #7D7D7D. Windows color (decimal): -963010 or 4083441. OLE color: 4083441.

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

Color convert

RGB 241 78 62 -
CMYK 0 0.68 0.74 0.05
HSL 5.36º 0.86% 0.59% -
HSV(B) 5.36º 0.74% 0.95% -
XYZ 39.87 24.5 7.18 -
YUV 124.91 92.5 210.8 -
System Red Green Blue C M Y K H S L
Decimal 241 78 62 0 0.68 0.74 0.05 5.36 0.86 0.59
Hex F1 4E 3E 0 44 4A 5 5 56 3B
Octal 361 116 76 0 104 112 5 5 126 73
Binary 11110001 1001110 111110 0 1000100 1001010 101 101 1010110 111011

Color Harmonies of #F14E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14E3E

Black with #F14E3E

Text Example


Text Example

White with #F14E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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