Html Css Color HEX #F14640 Sunset Orange

📋 copy color: '#F14640'

red 241 ◦ green 70 ◦ blue 64

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

Shades of Sunset Orange #F14640

Tints of Sunset Orange #F14640

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.67%

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

R = 64.27%
G = 18.67%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#F14640 (or 0xF14640) is known color: Sunset Orange. HEX triplet: F1, 46 and 40. RGB value is (241,70,64). Sum of RGB (Red+Green+Blue) = 241+70+64=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F14640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F14640 is #0EB9BF. Grayscale: #787878. Windows color (decimal): -965056 or 4212465. OLE color: 4212465.

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

Color convert

RGB 241 70 64 -
CMYK 0 0.71 0.73 0.05
HSL 2.03º 0.86% 0.6% -
HSV(B) 2.03º 0.73% 0.95% -
XYZ 39.39 23.45 7.3 -
YUV 120.45 96.15 213.99 -
System Red Green Blue C M Y K H S L
Decimal 241 70 64 0 0.71 0.73 0.05 2.03 0.86 0.6
Hex F1 46 40 0 47 49 5 2 56 3C
Octal 361 106 100 0 107 111 5 2 126 74
Binary 11110001 1000110 1000000 0 1000111 1001001 101 10 1010110 111100

Color Harmonies of #F14640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14640

Black with #F14640

Text Example


Text Example

White with #F14640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14640; }

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

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

background-color css

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

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

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

border-color css

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

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

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