Html Css Color HEX #F08D69 Atomic Tangerine

📋 copy color: '#F08D69'

red 240 ◦ green 141 ◦ blue 105

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

Shades of Atomic Tangerine #F08D69

Tints of Atomic Tangerine #F08D69

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.01%

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

R = 49.38%
G = 29.01%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F08D69 (or 0xF08D69) is known color: Atomic Tangerine. HEX triplet: F0, 8D and 69. RGB value is (240,141,105). Sum of RGB (Red+Green+Blue) = 240+141+105=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08D69 is #0F7296. Grayscale: #A6A6A6. Windows color (decimal): -1012375 or 6917616. OLE color: 6917616.

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

Color convert

RGB 240 141 105 -
CMYK 0 0.41 0.56 0.06
HSL 16º 0.82% 0.68% -
HSV(B) 16º 0.56% 0.94% -
XYZ 48.01 38.59 18.28 -
YUV 166.5 93.3 180.43 -
System Red Green Blue C M Y K H S L
Decimal 240 141 105 0 0.41 0.56 0.06 16 0.82 0.68
Hex F0 8D 69 0 29 38 6 10 52 44
Octal 360 215 151 0 51 70 6 20 122 104
Binary 11110000 10001101 1101001 0 101001 111000 110 10000 1010010 1000100

Color Harmonies of #F08D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08D69

Black with #F08D69

Text Example


Text Example

White with #F08D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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