#FFB911

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

Shades of Selective Yellow #FFB911

Tints of Selective Yellow #FFB911

Color information

#FFB911 (or 0xFFB911) is unknown color: approx Selective Yellow. HEX triplet: FF, B9 and 11. RGB value is (255,185,17). Sum of RGB (Red+Green+Blue) = 255+185+17=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 17 (7.03% from 255 or 3.72% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB911 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB911 is #0046EE. Grayscale: #BBBBBB. Windows color (decimal): -18159 or 1161727. OLE color: 1161727.

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

Color convert

RGB25518517-
CMYK00.270.930
HSL42.35º100%53.33%-
HSV(B)42.35º93.33%100%-
XYZ58.69568.25-
YUV186.7832.19176.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.80%
GREEN value IS 185 (72.66% from 255) = 40.48%
BLUE value IS 17 (7.03% from 255) = 3.72%
R=55.80%
G=40.48%
B=3.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551851700.270.93042.3510053.33
HexFFB91101B5D02a6435
Octal3772712103313505214465
Binary111111111011100110001011011101110101010101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB911; }

 p { color: rgb(255,185,17); }

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

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

 a { background-color: rgb(255,185,17); }

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

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

 span { border-color: rgb(255,185,17); }

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