Html Css Color HEX #F69064 Atomic Tangerine

📋 copy color: '#F69064'

red 246 ◦ green 144 ◦ blue 100

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

Shades of Atomic Tangerine #F69064

Tints of Atomic Tangerine #F69064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.41%

R = 50.2%
G = 29.39%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F69064 (or 0xF69064) is known color: Atomic Tangerine. HEX triplet: F6, 90 and 64. RGB value is (246,144,100). Sum of RGB (Red+Green+Blue) = 246+144+100=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 100 (39.45% from 255 or 20.41% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F69064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69064 is #096F9B. Grayscale: #A9A9A9. Windows color (decimal): -618396 or 6590710. OLE color: 6590710.

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

Color convert

RGB 246 144 100 -
CMYK 0 0.41 0.59 0.04
HSL 18.08º 0.89% 0.68% -
HSV(B) 18.08º 0.59% 0.96% -
XYZ 50.28 40.46 17.22 -
YUV 169.48 88.79 182.58 -
System Red Green Blue C M Y K H S L
Decimal 246 144 100 0 0.41 0.59 0.04 18.08 0.89 0.68
Hex F6 90 64 0 29 3B 4 12 59 44
Octal 366 220 144 0 51 73 4 22 131 104
Binary 11110110 10010000 1100100 0 101001 111011 100 10010 1011001 1000100

Color Harmonies of #F69064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69064

Black with #F69064

Text Example


Text Example

White with #F69064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69064; }

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

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

background-color css

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

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

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

border-color css

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

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

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