Html Css Color HEX #FCBE0B Amber

📋 copy color: '#FCBE0B'

red 252 ◦ green 190 ◦ blue 11

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

Shades of Amber #FCBE0B

Tints of Amber #FCBE0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.43%

R = 55.63%
G = 41.94%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCBE0B (or 0xFCBE0B) is known color: Amber. HEX triplet: FC, BE and 0B. RGB value is (252,190,11). Sum of RGB (Red+Green+Blue) = 252+190+11=453 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.63% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 11 (4.69% from 255 or 2.43% from 453); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBE0B is #0341F4. Grayscale: #BCBCBC. Windows color (decimal): -213493 or 769788. OLE color: 769788.

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

Color convert

RGB 252 190 11 -
CMYK 0 0.25 0.96 0.01
HSL 44.56º 0.98% 0.52% -
HSV(B) 44.56º 0.96% 0.99% -
XYZ 58.62 57.55 8.33 -
YUV 188.13 28.04 173.55 -
System Red Green Blue C M Y K H S L
Decimal 252 190 11 0 0.25 0.96 0.01 44.56 0.98 0.52
Hex FC BE B 0 19 60 1 2D 62 34
Octal 374 276 13 0 31 140 1 55 142 64
Binary 11111100 10111110 1011 0 11001 1100000 1 101101 1100010 110100

Color Harmonies of #FCBE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBE0B

Black with #FCBE0B

Text Example


Text Example

White with #FCBE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBE0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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