#FCBD09

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

Shades of Amber #FCBD09

Tints of Amber #FCBD09

Color information

#FCBD09 (or 0xFCBD09) is unknown color: approx Amber. HEX triplet: FC, BD and 09. RGB value is (252,189,9). Sum of RGB (Red+Green+Blue) = 252+189+9=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 9 (3.91% from 255 or 2% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBD09 is #0342F6. Grayscale: #BCBCBC. Windows color (decimal): -213751 or 638460. OLE color: 638460.

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

Color convert

RGB2521899-
CMYK00.250.960.01
HSL44.44º97.59%51.18%-
HSV(B)44.44º96.43%98.82%-
XYZ58.3957.118.2-
YUV187.3227.37174.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56%
GREEN value IS 189 (74.22% from 255) = 42%
BLUE value IS 9 (3.91% from 255) = 2%
R=56%
G=42%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.96
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252189900.250.960.0144.4497.5951.18
HexFCBD90196012c6233
Octal3742751103114015414263
Binary11111100101111011001011001110000011011001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBD09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBD09; }

 p { color: rgb(252,189,9); }

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

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

 a { background-color: rgb(252,189,9); }

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

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

 span { border-color: rgb(252,189,9); }

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