Html Css Color HEX #F08F69 Atomic Tangerine

📋 copy color: '#F08F69'

red 240 ◦ green 143 ◦ blue 105

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

Shades of Atomic Tangerine #F08F69

Tints of Atomic Tangerine #F08F69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.52%

R = 49.18%
G = 29.3%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F08F69 (or 0xF08F69) is known color: Atomic Tangerine. HEX triplet: F0, 8F and 69. RGB value is (240,143,105). Sum of RGB (Red+Green+Blue) = 240+143+105=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08F69 is #0F7096. Grayscale: #A7A7A7. Windows color (decimal): -1011863 or 6918128. OLE color: 6918128.

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

Color convert

RGB 240 143 105 -
CMYK 0 0.40 0.56 0.06
HSL 16.89º 0.82% 0.68% -
HSV(B) 16.89º 0.56% 0.94% -
XYZ 48.31 39.19 18.38 -
YUV 167.67 92.64 179.59 -
System Red Green Blue C M Y K H S L
Decimal 240 143 105 0 0.40 0.56 0.06 16.89 0.82 0.68
Hex F0 8F 69 0 28 38 6 11 52 44
Octal 360 217 151 0 50 70 6 21 122 104
Binary 11110000 10001111 1101001 0 101000 111000 110 10001 1010010 1000100

Color Harmonies of #F08F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08F69

Black with #F08F69

Text Example


Text Example

White with #F08F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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