Html Css Color HEX #FCBD01 Amber

📋 copy color: '#FCBD01'

red 252 ◦ green 189 ◦ blue 1

#FCBD01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amber #FCBD01

Tints of Amber #FCBD01

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 value IS 0

 M value IS 0.25

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCBD01 (or 0xFCBD01) is known color: 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

RGB 252 189 1 -
CMYK 0 0.25 1.00 0.01
HSL 44.94º 0.99% 0.5% -
HSV(B) 44.94º 1% 0.99% -
XYZ 58.35 57.09 7.97 -
YUV 186.41 23.37 174.79 -
System Red Green Blue C M Y K H S L
Decimal 252 189 1 0 0.25 1.00 0.01 44.94 0.99 0.5
Hex FC BD 1 0 19 64 1 2D 63 32
Octal 374 275 1 0 31 144 1 55 143 62
Binary 11111100 10111101 1 0 11001 1100100 1 101101 1100011 110010

Color Harmonies of #FCBD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD01

Black with #FCBD01

Text Example


Text Example

White with #FCBD01

Text Example


Text Example

HTML Codes & Css Web 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>