Html Css Color HEX #F08D68 Atomic Tangerine

📋 copy color: '#F08D68'

red 240 ◦ green 141 ◦ blue 104

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

Shades of Atomic Tangerine #F08D68

Tints of Atomic Tangerine #F08D68

RGB

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

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

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

R = 49.48%
G = 29.07%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#F08D68 (or 0xF08D68) is known color: Atomic Tangerine. HEX triplet: F0, 8D and 68. RGB value is (240,141,104). Sum of RGB (Red+Green+Blue) = 240+141+104=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08D68 is #0F7297. Grayscale: #A6A6A6. Windows color (decimal): -1012376 or 6852080. OLE color: 6852080.

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

Color convert

RGB 240 141 104 -
CMYK 0 0.41 0.57 0.06
HSL 16.32º 0.82% 0.67% -
HSV(B) 16.32º 0.57% 0.94% -
XYZ 47.96 38.57 18.01 -
YUV 166.38 92.8 180.51 -
System Red Green Blue C M Y K H S L
Decimal 240 141 104 0 0.41 0.57 0.06 16.32 0.82 0.67
Hex F0 8D 68 0 29 39 6 10 52 43
Octal 360 215 150 0 51 71 6 20 122 103
Binary 11110000 10001101 1101000 0 101001 111001 110 10000 1010010 1000011

Color Harmonies of #F08D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08D68

Black with #F08D68

Text Example


Text Example

White with #F08D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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