#F69A6C

Color #F69A6C Atomic Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic Tangerine #F69A6C

Tints of Atomic Tangerine #F69A6C

Color information

#F69A6C (or 0xF69A6C) is unknown color: approx Atomic Tangerine. HEX triplet: F6, 9A and 6C. RGB value is (246,154,108). Sum of RGB (Red+Green+Blue) = 246+154+108=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69A6C is #096593. Grayscale: #B0B0B0. Windows color (decimal): -615828 or 7117558. OLE color: 7117558.

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

Color convert

RGB246154108-
CMYK00.370.560.04
HSL20º88.46%69.41%-
HSV(B)20º56.1%96.47%-
XYZ52.2743.7919.88-
YUV176.2689.48177.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.43%
GREEN value IS 154 (60.55% from 255) = 30.31%
BLUE value IS 108 (42.58% from 255) = 21.26%
R=48.43%
G=30.31%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615410800.370.560.042088.4669.41
HexF69A6C025384145845
Octal36623215404570424130105
Binary1111011010011010110110001001011110001001010010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69A6C; }

 p { color: rgb(246,154,108); }

 H1.HeaderClassName
 {
   color: #F69A6C;
 }
 .AnyTagClassName
 {
   color: #F69A6C;
 }
</style>
background-color css

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

 a { background-color: rgb(246,154,108); }

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

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

 span { border-color: rgb(246,154,108); }

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