Html Css Color HEX #F14B40 Sunset Orange

📋 copy color: '#F14B40'

red 241 ◦ green 75 ◦ blue 64

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

Shades of Sunset Orange #F14B40

Tints of Sunset Orange #F14B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.74%

 BLUE value IS 64 (25.39% from 255) = 16.84%

R = 63.42%
G = 19.74%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F14B40 (or 0xF14B40) is known color: Sunset Orange. HEX triplet: F1, 4B and 40. RGB value is (241,75,64). Sum of RGB (Red+Green+Blue) = 241+75+64=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F14B40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14B40 is #0EB4BF. Grayscale: #7B7B7B. Windows color (decimal): -963776 or 4213745. OLE color: 4213745.

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

Color convert

RGB 241 75 64 -
CMYK 0 0.69 0.73 0.05
HSL 3.73º 0.86% 0.6% -
HSV(B) 3.73º 0.73% 0.95% -
XYZ 39.72 24.1 7.41 -
YUV 123.38 94.5 211.89 -
System Red Green Blue C M Y K H S L
Decimal 241 75 64 0 0.69 0.73 0.05 3.73 0.86 0.6
Hex F1 4B 40 0 45 49 5 4 56 3C
Octal 361 113 100 0 105 111 5 4 126 74
Binary 11110001 1001011 1000000 0 1000101 1001001 101 100 1010110 111100

Color Harmonies of #F14B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14B40

Black with #F14B40

Text Example


Text Example

White with #F14B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14B40; }

 p { color: rgb(241,75,64); }

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

background-color css

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

 a { background-color: rgb(241,75,64); }

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

border-color css

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

 span { border-color: rgb(241,75,64); }

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