Html Css Color HEX #F69470 Atomic Tangerine

📋 copy color: '#F69470'

red 246 ◦ green 148 ◦ blue 112

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

Shades of Atomic Tangerine #F69470

Tints of Atomic Tangerine #F69470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.25%

 BLUE value IS 112 (44.14% from 255) = 22.13%

R = 48.62%
G = 29.25%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F69470 (or 0xF69470) is known color: Atomic Tangerine. HEX triplet: F6, 94 and 70. RGB value is (246,148,112). Sum of RGB (Red+Green+Blue) = 246+148+112=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F69470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69470 is #096B8F. Grayscale: #ADADAD. Windows color (decimal): -617360 or 7378166. OLE color: 7378166.

HSL color Cylindrical-coordinate representation of color #F69470: hue angle of 16.12º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F69470 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 148 112 -
CMYK 0 0.40 0.54 0.04
HSL 16.12º 0.88% 0.7% -
HSV(B) 16.12º 0.54% 0.96% -
XYZ 51.52 41.94 20.71 -
YUV 173.2 93.47 179.93 -
System Red Green Blue C M Y K H S L
Decimal 246 148 112 0 0.40 0.54 0.04 16.12 0.88 0.7
Hex F6 94 70 0 28 36 4 10 58 46
Octal 366 224 160 0 50 66 4 20 130 106
Binary 11110110 10010100 1110000 0 101000 110110 100 10000 1011000 1000110

Color Harmonies of #F69470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69470

Black with #F69470

Text Example


Text Example

White with #F69470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69470; }

 p { color: rgb(246,148,112); }

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

background-color css

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

 a { background-color: rgb(246,148,112); }

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

border-color css

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

 span { border-color: rgb(246,148,112); }

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