Html Css Color HEX #F14D3E Sunset Orange

📋 copy color: '#F14D3E'

red 241 ◦ green 77 ◦ blue 62

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

Shades of Sunset Orange #F14D3E

Tints of Sunset Orange #F14D3E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.26%

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

R = 63.42%
G = 20.26%
B = 16.32%

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

#F14D3E (or 0xF14D3E) is known color: Sunset Orange. HEX triplet: F1, 4D and 3E. RGB value is (241,77,62). Sum of RGB (Red+Green+Blue) = 241+77+62=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14D3E is #0EB2C1. Grayscale: #7C7C7C. Windows color (decimal): -963266 or 4083185. OLE color: 4083185.

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

Color convert

RGB 241 77 62 -
CMYK 0 0.68 0.74 0.05
HSL 5.03º 0.86% 0.59% -
HSV(B) 5.03º 0.74% 0.95% -
XYZ 39.8 24.36 7.16 -
YUV 124.33 92.83 211.22 -
System Red Green Blue C M Y K H S L
Decimal 241 77 62 0 0.68 0.74 0.05 5.03 0.86 0.59
Hex F1 4D 3E 0 44 4A 5 5 56 3B
Octal 361 115 76 0 104 112 5 5 126 73
Binary 11110001 1001101 111110 0 1000100 1001010 101 101 1010110 111011

Color Harmonies of #F14D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14D3E

Black with #F14D3E

Text Example


Text Example

White with #F14D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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