Html Css Color HEX #FCBE00 Amber

📋 copy color: '#FCBE00'

red 252 ◦ green 190 ◦ blue 0

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

Shades of Amber #FCBE00

Tints of Amber #FCBE00

RGB

 RED value IS 252 (98.83% from 255) = 57.01%

 GREEN value IS 190 (74.61% from 255) = 42.99%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.01%
G = 42.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCBE00 (or 0xFCBE00) is known color: Amber. HEX triplet: FC, BE and 00. RGB value is (252,190,0). Sum of RGB (Red+Green+Blue) = 252+190+0=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 190 (74.61% from 255 or 42.99% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBE00 is #0341FF. Grayscale: #BBBBBB. Windows color (decimal): -213504 or 48892. OLE color: 48892.

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

Color convert

RGB 252 190 0 -
CMYK 0 0.25 1 0.01
HSL 45.24º 1% 0.49% -
HSV(B) 45.24º 1% 0.99% -
XYZ 58.56 57.52 8.02 -
YUV 186.88 22.54 174.45 -
System Red Green Blue C M Y K H S L
Decimal 252 190 0 0 0.25 1 0.01 45.24 1 0.49
Hex FC BE 0 0 19 64 1 2D 64 31
Octal 374 276 0 0 31 144 1 55 144 61
Binary 11111100 10111110 0 0 11001 1100100 1 101101 1100100 110001

Color Harmonies of #FCBE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE00

Black with #FCBE00

Text Example


Text Example

White with #FCBE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE00; }

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

 H1.HeaderClassName
 {
   color: #FCBE00;
 }
 .AnyTagClassName
 {
   color: #FCBE00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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