Html Css Color HEX #F68C6A Atomic Tangerine

📋 copy color: '#F68C6A'

red 246 ◦ green 140 ◦ blue 106

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

Shades of Atomic Tangerine #F68C6A

Tints of Atomic Tangerine #F68C6A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.46%

 BLUE value IS 106 (41.8% from 255) = 21.54%

R = 50%
G = 28.46%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F68C6A (or 0xF68C6A) is known color: Atomic Tangerine. HEX triplet: F6, 8C and 6A. RGB value is (246,140,106). Sum of RGB (Red+Green+Blue) = 246+140+106=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 140 (55.08% from 255 or 28.46% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68C6A is #097395. Grayscale: #A8A8A8. Windows color (decimal): -619414 or 6982902. OLE color: 6982902.

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

Color convert

RGB 246 140 106 -
CMYK 0 0.43 0.57 0.04
HSL 14.57º 0.89% 0.69% -
HSV(B) 14.57º 0.57% 0.96% -
XYZ 49.99 39.39 18.6 -
YUV 167.82 93.12 183.76 -
System Red Green Blue C M Y K H S L
Decimal 246 140 106 0 0.43 0.57 0.04 14.57 0.89 0.69
Hex F6 8C 6A 0 2B 39 4 F 59 45
Octal 366 214 152 0 53 71 4 17 131 105
Binary 11110110 10001100 1101010 0 101011 111001 100 1111 1011001 1000101

Color Harmonies of #F68C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68C6A

Black with #F68C6A

Text Example


Text Example

White with #F68C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68C6A; }

 p { color: rgb(246,140,106); }

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

background-color css

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

 a { background-color: rgb(246,140,106); }

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

border-color css

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

 span { border-color: rgb(246,140,106); }

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