Html Css Color HEX #F08F65 Atomic Tangerine

📋 copy color: '#F08F65'

red 240 ◦ green 143 ◦ blue 101

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

Shades of Atomic Tangerine #F08F65

Tints of Atomic Tangerine #F08F65

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.55%

 BLUE value IS 101 (39.84% from 255) = 20.87%

R = 49.59%
G = 29.55%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F08F65 (or 0xF08F65) is known color: Atomic Tangerine. HEX triplet: F0, 8F and 65. RGB value is (240,143,101). Sum of RGB (Red+Green+Blue) = 240+143+101=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08F65 is #0F709A. Grayscale: #A7A7A7. Windows color (decimal): -1011867 or 6655984. OLE color: 6655984.

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

Color convert

RGB 240 143 101 -
CMYK 0 0.40 0.58 0.06
HSL 18.13º 0.82% 0.67% -
HSV(B) 18.13º 0.58% 0.94% -
XYZ 48.11 39.11 17.33 -
YUV 167.22 90.64 179.92 -
System Red Green Blue C M Y K H S L
Decimal 240 143 101 0 0.40 0.58 0.06 18.13 0.82 0.67
Hex F0 8F 65 0 28 3A 6 12 52 43
Octal 360 217 145 0 50 72 6 22 122 103
Binary 11110000 10001111 1100101 0 101000 111010 110 10010 1010010 1000011

Color Harmonies of #F08F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08F65

Black with #F08F65

Text Example


Text Example

White with #F08F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08F65; }

 p { color: rgb(240,143,101); }

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

background-color css

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

 a { background-color: rgb(240,143,101); }

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

border-color css

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

 span { border-color: rgb(240,143,101); }

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