Html Css Color HEX #F08B68 Atomic Tangerine

📋 copy color: '#F08B68'

red 240 ◦ green 139 ◦ blue 104

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

Shades of Atomic Tangerine #F08B68

Tints of Atomic Tangerine #F08B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.78%

 BLUE value IS 104 (41.02% from 255) = 21.53%

R = 49.69%
G = 28.78%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F08B68 (or 0xF08B68) is known color: Atomic Tangerine. HEX triplet: F0, 8B and 68. RGB value is (240,139,104). Sum of RGB (Red+Green+Blue) = 240+139+104=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08B68 is #0F7497. Grayscale: #A5A5A5. Windows color (decimal): -1012888 or 6851568. OLE color: 6851568.

HSL color Cylindrical-coordinate representation of color #F08B68: hue angle of 15.44º 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 #F08B68 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 139 104 -
CMYK 0 0.42 0.57 0.06
HSL 15.44º 0.82% 0.67% -
HSV(B) 15.44º 0.57% 0.94% -
XYZ 47.67 37.99 17.92 -
YUV 165.21 93.46 181.35 -
System Red Green Blue C M Y K H S L
Decimal 240 139 104 0 0.42 0.57 0.06 15.44 0.82 0.67
Hex F0 8B 68 0 2A 39 6 F 52 43
Octal 360 213 150 0 52 71 6 17 122 103
Binary 11110000 10001011 1101000 0 101010 111001 110 1111 1010010 1000011

Color Harmonies of #F08B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08B68

Black with #F08B68

Text Example


Text Example

White with #F08B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08B68; }

 p { color: rgb(240,139,104); }

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

background-color css

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

 a { background-color: rgb(240,139,104); }

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

border-color css

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

 span { border-color: rgb(240,139,104); }

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