#F69364

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

Shades of Atomic Tangerine #F69364

Tints of Atomic Tangerine #F69364

Color information

#F69364 (or 0xF69364) is unknown color: approx Atomic Tangerine. HEX triplet: F6, 93 and 64. RGB value is (246,147,100). Sum of RGB (Red+Green+Blue) = 246+147+100=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F69364 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69364 is #096C9B. Grayscale: #ABABAB. Windows color (decimal): -617628 or 6591478. OLE color: 6591478.

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

Color convert

RGB246147100-
CMYK00.400.590.04
HSL19.32º89.02%67.84%-
HSV(B)19.32º59.35%96.47%-
XYZ50.7441.3817.37-
YUV171.2487.8181.32-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.90%
GREEN value IS 147 (57.81% from 255) = 29.82%
BLUE value IS 100 (39.45% from 255) = 20.28%
R=49.90%
G=29.82%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614710000.400.590.0419.3289.0267.84
HexF693640283B4135944
Octal36622314405073423131104
Binary1111011010010011110010001010001110111001001110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69364; }

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

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

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

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

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

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

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

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