Html Css Color HEX #FCBE01 Amber

📋 copy color: '#FCBE01'

red 252 ◦ green 190 ◦ blue 1

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

Shades of Amber #FCBE01

Tints of Amber #FCBE01

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 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

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

RGB 252 190 1 -
CMYK 0 0.25 1.00 0.01
HSL 45.18º 0.99% 0.5% -
HSV(B) 45.18º 1% 0.99% -
XYZ 58.56 57.52 8.05 -
YUV 186.99 23.04 174.37 -
System Red Green Blue C M Y K H S L
Decimal 252 190 1 0 0.25 1.00 0.01 45.18 0.99 0.5
Hex FC BE 1 0 19 64 1 2D 63 32
Octal 374 276 1 0 31 144 1 55 143 62
Binary 11111100 10111110 1 0 11001 1100100 1 101101 1100011 110010

Color Harmonies of #FCBE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE01

Black with #FCBE01

Text Example


Text Example

White with #FCBE01

Text Example


Text Example

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