#FBBC0D

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

Shades of Selective Yellow #FBBC0D

Tints of Selective Yellow #FBBC0D

Color information

#FBBC0D (or 0xFBBC0D) is unknown color: approx Selective Yellow. HEX triplet: FB, BC and 0D. RGB value is (251,188,13). Sum of RGB (Red+Green+Blue) = 251+188+13=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 13 (5.47% from 255 or 2.88% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBBC0D is #0443F2. Grayscale: #BBBBBB. Windows color (decimal): -279539 or 900347. OLE color: 900347.

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

Color convert

RGB25118813-
CMYK00.250.950.02
HSL44.12º96.75%51.76%-
HSV(B)44.12º94.82%98.43%-
XYZ57.8456.58.24-
YUV186.8929.87173.73-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.53%
GREEN value IS 188 (73.83% from 255) = 41.59%
BLUE value IS 13 (5.47% from 255) = 2.88%
R=55.53%
G=41.59%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.95
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511881300.250.950.0244.1296.7551.76
HexFBBCD0195F22c6134
Octal3732741503113725414164
Binary111110111011110011010110011011111101011001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBC0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBC0D; }

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

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

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

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

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

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

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

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