Html Css Color HEX #F69264 Atomic Tangerine

📋 copy color: '#F69264'

red 246 ◦ green 146 ◦ blue 100

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

Shades of Atomic Tangerine #F69264

Tints of Atomic Tangerine #F69264

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.67%

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

R = 50%
G = 29.67%
B = 20.33%

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

#F69264 (or 0xF69264) is known color: Atomic Tangerine. HEX triplet: F6, 92 and 64. RGB value is (246,146,100). Sum of RGB (Red+Green+Blue) = 246+146+100=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F69264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69264 is #096D9B. Grayscale: #AAAAAA. Windows color (decimal): -617884 or 6591222. OLE color: 6591222.

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

Color convert

RGB 246 146 100 -
CMYK 0 0.41 0.59 0.04
HSL 18.9º 0.89% 0.68% -
HSV(B) 18.9º 0.59% 0.96% -
XYZ 50.59 41.07 17.32 -
YUV 170.66 88.13 181.74 -
System Red Green Blue C M Y K H S L
Decimal 246 146 100 0 0.41 0.59 0.04 18.9 0.89 0.68
Hex F6 92 64 0 29 3B 4 13 59 44
Octal 366 222 144 0 51 73 4 23 131 104
Binary 11110110 10010010 1100100 0 101001 111011 100 10011 1011001 1000100

Color Harmonies of #F69264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69264

Black with #F69264

Text Example


Text Example

White with #F69264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69264; }

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

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

background-color css

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

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

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

border-color css

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

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

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