Html Css Color HEX #F69068 Atomic Tangerine

📋 copy color: '#F69068'

red 246 ◦ green 144 ◦ blue 104

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

Shades of Atomic Tangerine #F69068

Tints of Atomic Tangerine #F69068

RGB

 RED value IS 246 (96.48% from 255) = 49.8%

 GREEN value IS 144 (56.64% from 255) = 29.15%

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

R = 49.8%
G = 29.15%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#F69068 (or 0xF69068) is known color: Atomic Tangerine. HEX triplet: F6, 90 and 68. RGB value is (246,144,104). Sum of RGB (Red+Green+Blue) = 246+144+104=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F69068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69068 is #096F97. Grayscale: #AAAAAA. Windows color (decimal): -618392 or 6852854. OLE color: 6852854.

HSL color Cylindrical-coordinate representation of color #F69068: hue angle of 16.9º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F69068 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 144 104 -
CMYK 0 0.41 0.58 0.04
HSL 16.9º 0.89% 0.69% -
HSV(B) 16.9º 0.58% 0.96% -
XYZ 50.48 40.54 18.26 -
YUV 169.94 90.79 182.25 -
System Red Green Blue C M Y K H S L
Decimal 246 144 104 0 0.41 0.58 0.04 16.9 0.89 0.69
Hex F6 90 68 0 29 3A 4 11 59 45
Octal 366 220 150 0 51 72 4 21 131 105
Binary 11110110 10010000 1101000 0 101001 111010 100 10001 1011001 1000101

Color Harmonies of #F69068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69068

Black with #F69068

Text Example


Text Example

White with #F69068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69068; }

 p { color: rgb(246,144,104); }

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

background-color css

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

 a { background-color: rgb(246,144,104); }

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

border-color css

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

 span { border-color: rgb(246,144,104); }

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