#FCBE01

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

Shades of Amber #FCBE01

Tints of Amber #FCBE01

Color information

#FCBE01 (or 0xFCBE01) is unknown color: approx Amber. HEX triplet: FC, BE and 01. RGB value is (252,190,1). Sum of RGB (Red+Green+Blue) = 252+190+1=443 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.88% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 1 (0.78% from 255 or 0.23% from 443); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBE01 is #0341FE. Grayscale: #BBBBBB. Windows color (decimal): -213503 or 114428. OLE color: 114428.

HSL color Cylindrical-coordinate representation of color #FCBE01: hue angle of 45.18º 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 #FCBE01 is Cyan = 0, Magento = 0.25, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB2521901-
CMYK00.251.000.01
HSL45.18º99.21%49.61%-
HSV(B)45.18º99.6%98.82%-
XYZ58.5657.528.05-
YUV186.9923.04174.37-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 56.88%
GREEN value IS 190 (74.61% from 255) = 42.89%
BLUE value IS 1 (0.78% from 255) = 0.23%
R=56.88%
G=42.89%
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
Decimal252190100.251.000.0145.1899.2149.61
HexFCBE10196412d6332
Octal374276103114415514362
Binary11111100101111101011001110010011011011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBE01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBE01; }

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

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

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

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

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

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

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

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