Html Css Color HEX #F69770 Atomic Tangerine

📋 copy color: '#F69770'

red 246 ◦ green 151 ◦ blue 112

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

Shades of Atomic Tangerine #F69770

Tints of Atomic Tangerine #F69770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.67%

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

R = 48.33%
G = 29.67%
B = 22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#F69770 (or 0xF69770) is known color: Atomic Tangerine. HEX triplet: F6, 97 and 70. RGB value is (246,151,112). Sum of RGB (Red+Green+Blue) = 246+151+112=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F69770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69770 is #09688F. Grayscale: #AFAFAF. Windows color (decimal): -616592 or 7378934. OLE color: 7378934.

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

Color convert

RGB 246 151 112 -
CMYK 0 0.39 0.54 0.04
HSL 17.46º 0.88% 0.7% -
HSV(B) 17.46º 0.54% 0.96% -
XYZ 52 42.9 20.87 -
YUV 174.96 92.47 178.67 -
System Red Green Blue C M Y K H S L
Decimal 246 151 112 0 0.39 0.54 0.04 17.46 0.88 0.7
Hex F6 97 70 0 27 36 4 11 58 46
Octal 366 227 160 0 47 66 4 21 130 106
Binary 11110110 10010111 1110000 0 100111 110110 100 10001 1011000 1000110

Color Harmonies of #F69770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69770

Black with #F69770

Text Example


Text Example

White with #F69770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69770; }

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

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

background-color css

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

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

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

border-color css

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

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

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