Html Css Color HEX #F08E66 Atomic Tangerine

📋 copy color: '#F08E66'

red 240 ◦ green 142 ◦ blue 102

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

Shades of Atomic Tangerine #F08E66

Tints of Atomic Tangerine #F08E66

RGB

 RED value IS 240 (94.14% from 255) = 49.59%

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

 BLUE value IS 102 (40.23% from 255) = 21.07%

R = 49.59%
G = 29.34%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F08E66 (or 0xF08E66) is known color: Atomic Tangerine. HEX triplet: F0, 8E and 66. RGB value is (240,142,102). Sum of RGB (Red+Green+Blue) = 240+142+102=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 102 (40.23% from 255 or 21.07% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F08E66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08E66 is #0F7199. Grayscale: #A7A7A7. Windows color (decimal): -1012122 or 6721264. OLE color: 6721264.

HSL color Cylindrical-coordinate representation of color #F08E66: hue angle of 17.39º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F08E66 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 142 102 -
CMYK 0 0.41 0.58 0.06
HSL 17.39º 0.82% 0.67% -
HSV(B) 17.39º 0.58% 0.94% -
XYZ 48.01 38.83 17.54 -
YUV 166.74 91.47 180.25 -
System Red Green Blue C M Y K H S L
Decimal 240 142 102 0 0.41 0.58 0.06 17.39 0.82 0.67
Hex F0 8E 66 0 29 3A 6 11 52 43
Octal 360 216 146 0 51 72 6 21 122 103
Binary 11110000 10001110 1100110 0 101001 111010 110 10001 1010010 1000011

Color Harmonies of #F08E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08E66

Black with #F08E66

Text Example


Text Example

White with #F08E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08E66; }

 p { color: rgb(240,142,102); }

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

background-color css

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

 a { background-color: rgb(240,142,102); }

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

border-color css

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

 span { border-color: rgb(240,142,102); }

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