Html Css Color HEX #F14D3A Sunset Orange

📋 copy color: '#F14D3A'

red 241 ◦ green 77 ◦ blue 58

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

Shades of Sunset Orange #F14D3A

Tints of Sunset Orange #F14D3A

RGB

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

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

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

R = 64.1%
G = 20.48%
B = 15.43%

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

#F14D3A (or 0xF14D3A) is known color: Sunset Orange. HEX triplet: F1, 4D and 3A. RGB value is (241,77,58). Sum of RGB (Red+Green+Blue) = 241+77+58=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14D3A is #0EB2C5. Grayscale: #7C7C7C. Windows color (decimal): -963270 or 3821041. OLE color: 3821041.

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

Color convert

RGB 241 77 58 -
CMYK 0 0.68 0.76 0.05
HSL 6.23º 0.87% 0.59% -
HSV(B) 6.23º 0.76% 0.95% -
XYZ 39.69 24.31 6.6 -
YUV 123.87 90.83 211.54 -
System Red Green Blue C M Y K H S L
Decimal 241 77 58 0 0.68 0.76 0.05 6.23 0.87 0.59
Hex F1 4D 3A 0 44 4C 5 6 57 3B
Octal 361 115 72 0 104 114 5 6 127 73
Binary 11110001 1001101 111010 0 1000100 1001100 101 110 1010111 111011

Color Harmonies of #F14D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14D3A

Black with #F14D3A

Text Example


Text Example

White with #F14D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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