Html Css Color HEX #F69370 Atomic Tangerine

📋 copy color: '#F69370'

red 246 ◦ green 147 ◦ blue 112

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

Shades of Atomic Tangerine #F69370

Tints of Atomic Tangerine #F69370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.11%

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

R = 48.71%
G = 29.11%
B = 22.18%

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

#F69370 (or 0xF69370) is known color: Atomic Tangerine. HEX triplet: F6, 93 and 70. RGB value is (246,147,112). Sum of RGB (Red+Green+Blue) = 246+147+112=505 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.71% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 246 - color contains mainly: red. Hex color #F69370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69370 is #096C8F. Grayscale: #ACACAC. Windows color (decimal): -617616 or 7377910. OLE color: 7377910.

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

Color convert

RGB 246 147 112 -
CMYK 0 0.40 0.54 0.04
HSL 15.67º 0.88% 0.7% -
HSV(B) 15.67º 0.54% 0.96% -
XYZ 51.36 41.63 20.66 -
YUV 172.61 93.8 180.35 -
System Red Green Blue C M Y K H S L
Decimal 246 147 112 0 0.40 0.54 0.04 15.67 0.88 0.7
Hex F6 93 70 0 28 36 4 10 58 46
Octal 366 223 160 0 50 66 4 20 130 106
Binary 11110110 10010011 1110000 0 101000 110110 100 10000 1011000 1000110

Color Harmonies of #F69370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69370

Black with #F69370

Text Example


Text Example

White with #F69370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69370; }

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

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

background-color css

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

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

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

border-color css

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

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

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