Html Css Color HEX #F18E64 Atomic Tangerine

📋 copy color: '#F18E64'

red 241 ◦ green 142 ◦ blue 100

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

Shades of Atomic Tangerine #F18E64

Tints of Atomic Tangerine #F18E64

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.4%

 BLUE value IS 100 (39.45% from 255) = 20.7%

R = 49.9%
G = 29.4%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F18E64 (or 0xF18E64) is known color: Atomic Tangerine. HEX triplet: F1, 8E and 64. RGB value is (241,142,100). Sum of RGB (Red+Green+Blue) = 241+142+100=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 142 (55.86% from 255 or 29.40% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F18E64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18E64 is #0E719B. Grayscale: #A7A7A7. Windows color (decimal): -946588 or 6590193. OLE color: 6590193.

HSL color Cylindrical-coordinate representation of color #F18E64: hue angle of 17.87º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F18E64 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 142 100 -
CMYK 0 0.41 0.59 0.05
HSL 17.87º 0.83% 0.67% -
HSV(B) 17.87º 0.59% 0.95% -
XYZ 48.25 38.97 17.03 -
YUV 166.81 90.3 180.92 -
System Red Green Blue C M Y K H S L
Decimal 241 142 100 0 0.41 0.59 0.05 17.87 0.83 0.67
Hex F1 8E 64 0 29 3B 5 12 53 43
Octal 361 216 144 0 51 73 5 22 123 103
Binary 11110001 10001110 1100100 0 101001 111011 101 10010 1010011 1000011

Color Harmonies of #F18E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18E64

Black with #F18E64

Text Example


Text Example

White with #F18E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18E64; }

 p { color: rgb(241,142,100); }

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

background-color css

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

 a { background-color: rgb(241,142,100); }

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

border-color css

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

 span { border-color: rgb(241,142,100); }

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