#FBBC12

Color #FBBC12 Selective Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Selective Yellow #FBBC12

Tints of Selective Yellow #FBBC12

Color information

#FBBC12 (or 0xFBBC12) is unknown color: approx Selective Yellow. HEX triplet: FB, BC and 12. RGB value is (251,188,18). Sum of RGB (Red+Green+Blue) = 251+188+18=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 18 (7.42% from 255 or 3.94% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBBC12 is #0443ED. Grayscale: #BCBCBC. Windows color (decimal): -279534 or 1228027. OLE color: 1228027.

HSL color Cylindrical-coordinate representation of color #FBBC12: hue angle of 43.78º 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 #FBBC12 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB25118818-
CMYK00.250.930.02
HSL43.78º96.68%52.75%-
HSV(B)43.78º92.83%98.43%-
XYZ57.8856.528.43-
YUV187.4632.37173.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.92%
GREEN value IS 188 (73.83% from 255) = 41.14%
BLUE value IS 18 (7.42% from 255) = 3.94%
R=54.92%
G=41.14%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511881800.250.930.0243.7896.6852.75
HexFBBC120195D22c6135
Octal3732742203113525414165
Binary1111101110111100100100110011011101101011001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBC12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBC12; }

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

 H1.HeaderClassName
 {
   color: #FBBC12;
 }
 .AnyTagClassName
 {
   color: #FBBC12;
 }
</style>
background-color css

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

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

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

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

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

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