#F9926E

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

Shades of Atomic Tangerine #F9926E

Tints of Atomic Tangerine #F9926E

Color information

#F9926E (or 0xF9926E) is unknown color: approx Atomic Tangerine. HEX triplet: F9, 92 and 6E. RGB value is (249,146,110). Sum of RGB (Red+Green+Blue) = 249+146+110=505 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.31% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 249 - color contains mainly: red. Hex color #F9926E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9926E is #066D91. Grayscale: #ACACAC. Windows color (decimal): -421266 or 7246585. OLE color: 7246585.

HSL color Cylindrical-coordinate representation of color #F9926E: hue angle of 15.54º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F9926E is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB249146110-
CMYK00.410.560.02
HSL15.54º92.05%70.39%-
HSV(B)15.54º55.82%97.65%-
XYZ52.1641.8220.08-
YUV172.6992.62182.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 49.31%
GREEN value IS 146 (57.42% from 255) = 28.91%
BLUE value IS 110 (43.36% from 255) = 21.78%
R=49.31%
G=28.91%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24914611000.410.560.0215.5492.0570.39
HexF9926E029382105c46
Octal37122215605170220134106
Binary111110011001001011011100101001111000101000010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9926E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9926E; }

 p { color: rgb(249,146,110); }

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

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

 a { background-color: rgb(249,146,110); }

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

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

 span { border-color: rgb(249,146,110); }

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