#FA9812

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

Shades of Dark Tangerine #FA9812

Tints of Dark Tangerine #FA9812

Color information

#FA9812 (or 0xFA9812) is unknown color: approx Dark Tangerine. HEX triplet: FA, 98 and 12. RGB value is (250,152,18). Sum of RGB (Red+Green+Blue) = 250+152+18=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9812 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9812 is #0567ED. Grayscale: #A6A6A6. Windows color (decimal): -354286 or 1218810. OLE color: 1218810.

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

Color convert

RGB25015218-
CMYK00.390.930.02
HSL34.66º95.87%52.55%-
HSV(B)34.66º92.8%98.04%-
XYZ50.7642.826.16-
YUV166.0344.47187.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 59.52%
GREEN value IS 152 (59.77% from 255) = 36.19%
BLUE value IS 18 (7.42% from 255) = 4.29%
R=59.52%
G=36.19%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501521800.390.930.0234.6695.8752.55
HexFA98120275D2236035
Octal3722302204713524314065
Binary11111010100110001001001001111011101101000111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9812; }

 p { color: rgb(250,152,18); }

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

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

 a { background-color: rgb(250,152,18); }

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

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

 span { border-color: rgb(250,152,18); }

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