#FFBB00

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

Shades of Selective Yellow #FFBB00

Tints of Selective Yellow #FFBB00

Color information

#FFBB00 (or 0xFFBB00) is unknown color: approx Selective Yellow. HEX triplet: FF, BB and 00. RGB value is (255,187,0). Sum of RGB (Red+Green+Blue) = 255+187+0=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBB00 is #0044FF. Grayscale: #BABABA. Windows color (decimal): -17664 or 48127. OLE color: 48127.

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

Color convert

RGB2551870-
CMYK00.2710
HSL44º100%50%-
HSV(B)44º100%100%-
XYZ59.0156.87.85-
YUV186.0123.03177.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.69%
GREEN value IS 187 (73.44% from 255) = 42.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.69%
G=42.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255187000.27104410050
HexFFBB001B6402c6432
Octal377273003314405414462
Binary11111111101110110011011110010001011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBB00; }

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

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

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

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

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

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

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

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