Html Css Color HEX #F14F3A Sunset Orange

📋 copy color: '#F14F3A'

red 241 ◦ green 79 ◦ blue 58

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

Shades of Sunset Orange #F14F3A

Tints of Sunset Orange #F14F3A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.9%

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

R = 63.76%
G = 20.9%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F14F3A (or 0xF14F3A) is known color: Sunset Orange. HEX triplet: F1, 4F and 3A. RGB value is (241,79,58). Sum of RGB (Red+Green+Blue) = 241+79+58=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F14F3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F14F3A is #0EB0C5. Grayscale: #7D7D7D. Windows color (decimal): -962758 or 3821553. OLE color: 3821553.

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

Color convert

RGB 241 79 58 -
CMYK 0 0.67 0.76 0.05
HSL 6.89º 0.87% 0.59% -
HSV(B) 6.89º 0.76% 0.95% -
XYZ 39.84 24.6 6.65 -
YUV 125.04 90.17 210.71 -
System Red Green Blue C M Y K H S L
Decimal 241 79 58 0 0.67 0.76 0.05 6.89 0.87 0.59
Hex F1 4F 3A 0 43 4C 5 7 57 3B
Octal 361 117 72 0 103 114 5 7 127 73
Binary 11110001 1001111 111010 0 1000011 1001100 101 111 1010111 111011

Color Harmonies of #F14F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14F3A

Black with #F14F3A

Text Example


Text Example

White with #F14F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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