Html Css Color HEX #FBBD12 Amber

📋 copy color: '#FBBD12'

red 251 ◦ green 189 ◦ blue 18

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

Shades of Amber #FBBD12

Tints of Amber #FBBD12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.93%

R = 54.8%
G = 41.27%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FBBD12 (or 0xFBBD12) is known color: Amber. HEX triplet: FB, BD and 12. RGB value is (251,189,18). Sum of RGB (Red+Green+Blue) = 251+189+18=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 18 (7.42% from 255 or 3.93% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBBD12 is #0442ED. Grayscale: #BCBCBC. Windows color (decimal): -279278 or 1228283. OLE color: 1228283.

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

Color convert

RGB 251 189 18 -
CMYK 0 0.25 0.93 0.02
HSL 44.03º 0.97% 0.53% -
HSV(B) 44.03º 0.93% 0.98% -
XYZ 58.09 56.95 8.5 -
YUV 188.04 32.04 172.9 -
System Red Green Blue C M Y K H S L
Decimal 251 189 18 0 0.25 0.93 0.02 44.03 0.97 0.53
Hex FB BD 12 0 19 5D 2 2C 61 35
Octal 373 275 22 0 31 135 2 54 141 65
Binary 11111011 10111101 10010 0 11001 1011101 10 101100 1100001 110101

Color Harmonies of #FBBD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBD12

Black with #FBBD12

Text Example


Text Example

White with #FBBD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBD12; }

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

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

background-color css

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

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

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

border-color css

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

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

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