#FFBB03

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

Shades of Selective Yellow #FFBB03

Tints of Selective Yellow #FFBB03

Color information

#FFBB03 (or 0xFFBB03) is unknown color: approx Selective Yellow. HEX triplet: FF, BB and 03. RGB value is (255,187,3). Sum of RGB (Red+Green+Blue) = 255+187+3=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 3 (1.56% from 255 or 0.67% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBB03 is #0044FC. Grayscale: #BBBBBB. Windows color (decimal): -17661 or 244735. OLE color: 244735.

HSL color Cylindrical-coordinate representation of color #FFBB03: hue angle of 43.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFBB03 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.

Color convert

RGB2551873-
CMYK00.270.990
HSL43.81º100%50.59%-
HSV(B)43.81º98.82%100%-
XYZ59.0356.817.94-
YUV186.3624.53176.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.30%
GREEN value IS 187 (73.44% from 255) = 42.02%
BLUE value IS 3 (1.56% from 255) = 0.67%
R=57.30%
G=42.02%
B=0.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.99
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255187300.270.99043.8110050.59
HexFFBB301B6302c6433
Octal377273303314305414463
Binary111111111011101111011011110001101011001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBB03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBB03; }

 p { color: rgb(255,187,3); }

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

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

 a { background-color: rgb(255,187,3); }

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

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

 span { border-color: rgb(255,187,3); }

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