#FCBC01

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

Shades of Selective Yellow #FCBC01

Tints of Selective Yellow #FCBC01

Color information

#FCBC01 (or 0xFCBC01) is unknown color: approx Selective Yellow. HEX triplet: FC, BC and 01. RGB value is (252,188,1). Sum of RGB (Red+Green+Blue) = 252+188+1=441 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.14% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 1 (0.78% from 255 or 0.23% from 441); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBC01 is #0343FE. Grayscale: #BABABA. Windows color (decimal): -214015 or 113916. OLE color: 113916.

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

Color convert

RGB2521881-
CMYK00.251.000.01
HSL44.7º99.21%49.61%-
HSV(B)44.7º99.6%98.82%-
XYZ58.1356.667.9-
YUV185.8223.7175.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 57.14%
GREEN value IS 188 (73.83% from 255) = 42.63%
BLUE value IS 1 (0.78% from 255) = 0.23%
R=57.14%
G=42.63%
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
Decimal252188100.251.000.0144.799.2149.61
HexFCBC10196412d6332
Octal374274103114415514362
Binary11111100101111001011001110010011011011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBC01; }

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

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

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

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

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

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

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

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