#FCBD01

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

Shades of Amber #FCBD01

Tints of Amber #FCBD01

Color information

#FCBD01 (or 0xFCBD01) is unknown color: approx Amber. HEX triplet: FC, BD and 01. RGB value is (252,189,1). Sum of RGB (Red+Green+Blue) = 252+189+1=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 1 (0.78% from 255 or 0.23% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBD01 is #0342FE. Grayscale: #BBBBBB. Windows color (decimal): -213759 or 114172. OLE color: 114172.

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

Color convert

RGB2521891-
CMYK00.251.000.01
HSL44.94º99.21%49.61%-
HSV(B)44.94º99.6%98.82%-
XYZ58.3557.097.97-
YUV186.423.37174.79-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.01%
GREEN value IS 189 (74.22% from 255) = 42.76%
BLUE value IS 1 (0.78% from 255) = 0.23%
R=57.01%
G=42.76%
B=0.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252189100.251.000.0144.9499.2149.61
HexFCBD10196412d6332
Octal374275103114415514362
Binary11111100101111011011001110010011011011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBD01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBD01; }

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

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

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

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

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

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

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

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