Html Css Color HEX #FBBD10 Amber

📋 copy color: '#FBBD10'

red 251 ◦ green 189 ◦ blue 16

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

Shades of Amber #FBBD10

Tints of Amber #FBBD10

RGB

 RED value IS 251 (98.44% from 255) = 55.04%

 GREEN value IS 189 (74.22% from 255) = 41.45%

 BLUE value IS 16 (6.64% from 255) = 3.51%

R = 55.04%
G = 41.45%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FBBD10 (or 0xFBBD10) is known color: Amber. HEX triplet: FB, BD and 10. RGB value is (251,189,16). Sum of RGB (Red+Green+Blue) = 251+189+16=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 16 (6.64% from 255 or 3.51% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBBD10 is #0442EF. Grayscale: #BCBCBC. Windows color (decimal): -279280 or 1097211. OLE color: 1097211.

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

Color convert

RGB 251 189 16 -
CMYK 0 0.25 0.94 0.02
HSL 44.17º 0.97% 0.52% -
HSV(B) 44.17º 0.94% 0.98% -
XYZ 58.07 56.94 8.42 -
YUV 187.82 31.04 173.07 -
System Red Green Blue C M Y K H S L
Decimal 251 189 16 0 0.25 0.94 0.02 44.17 0.97 0.52
Hex FB BD 10 0 19 5E 2 2C 61 34
Octal 373 275 20 0 31 136 2 54 141 64
Binary 11111011 10111101 10000 0 11001 1011110 10 101100 1100001 110100

Color Harmonies of #FBBD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBD10

Black with #FBBD10

Text Example


Text Example

White with #FBBD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBD10; }

 p { color: rgb(251,189,16); }

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

background-color css

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

 a { background-color: rgb(251,189,16); }

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

border-color css

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

 span { border-color: rgb(251,189,16); }

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