#f9a712

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

Shades of Dark Tangerine #F9A712

Tints of Dark Tangerine #F9A712

Color information

#F9A712 (or 0xF9A712) is unknown color: approx Dark Tangerine. HEX triplet: F9, A7 and 12. RGB value is (249,167,18). Sum of RGB (Red+Green+Blue) = 249+167+18=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 167 (65.62% from 255 or 38.48% from 434); Blue value is 18 (7.42% from 255 or 4.15% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A712 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A712 is #0658ED. Grayscale: #AFAFAF. Windows color (decimal): -415982 or 1222649. OLE color: 1222649.

HSL color Cylindrical-coordinate representation of color #F9A712: hue angle of 38.7º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F9A712 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB24916718-
CMYK00.330.930.02
HSL38.7º95.06%52.35%-
HSV(B)38.7º92.77%97.65%-
XYZ52.9947.827.01-
YUV174.5339.67181.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.37%
GREEN value IS 167 (65.62% from 255) = 38.48%
BLUE value IS 18 (7.42% from 255) = 4.15%
R=57.37%
G=38.48%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491671800.330.930.0238.795.0652.35
HexF9A7120215D2275f34
Octal3712472204113524713764
Binary11111001101001111001001000011011101101001111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f9a712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f9a712; }

 p { color: rgb(249,167,18); }

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

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

 a { background-color: rgb(249,167,18); }

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

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

 span { border-color: rgb(249,167,18); }

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