#FACF09

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

Shades of Tangerine Yellow #FACF09

Tints of Tangerine Yellow #FACF09

Color information

#FACF09 (or 0xFACF09) is unknown color: approx Tangerine Yellow. HEX triplet: FA, CF and 09. RGB value is (250,207,9). Sum of RGB (Red+Green+Blue) = 250+207+9=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 9 (3.91% from 255 or 1.93% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FACF09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FACF09 is #0530F6. Grayscale: #C6C6C6. Windows color (decimal): -340215 or 643066. OLE color: 643066.

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

Color convert

RGB2502079-
CMYK00.170.960.02
HSL49.29º96.02%50.78%-
HSV(B)49.29º96.4%98.04%-
XYZ61.7964.979.54-
YUV197.2821.75165.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.65%
GREEN value IS 207 (81.25% from 255) = 44.42%
BLUE value IS 9 (3.91% from 255) = 1.93%
R=53.65%
G=44.42%
B=1.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250207900.170.960.0249.2996.0250.78
HexFACF9011602316033
Octal3723171102114026114063
Binary111110101100111110010100011100000101100011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACF09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACF09; }

 p { color: rgb(250,207,9); }

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

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

 a { background-color: rgb(250,207,9); }

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

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

 span { border-color: rgb(250,207,9); }

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