#FFB900

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

Shades of Selective Yellow #FFB900

Tints of Selective Yellow #FFB900

Color information

#FFB900 (or 0xFFB900) is unknown color: approx Selective Yellow. HEX triplet: FF, B9 and 00. RGB value is (255,185,0). Sum of RGB (Red+Green+Blue) = 255+185+0=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB900 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB900 is #0046FF. Grayscale: #B9B9B9. Windows color (decimal): -18176 or 47615. OLE color: 47615.

HSL color Cylindrical-coordinate representation of color #FFB900: hue angle of 43.53º 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 #FFB900 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB2551850-
CMYK00.2710
HSL43.53º100%50%-
HSV(B)43.53º100%100%-
XYZ58.5955.967.71-
YUV184.8423.69178.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.95%
GREEN value IS 185 (72.66% from 255) = 42.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.95%
G=42.05%
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
Decimal255185000.271043.5310050
HexFFB9001B6402c6432
Octal377271003314405414462
Binary11111111101110010011011110010001011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB900; }

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

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

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

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

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

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

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

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