#FFB400

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

Shades of Selective Yellow #FFB400

Tints of Selective Yellow #FFB400

Color information

#FFB400 (or 0xFFB400) is unknown color: approx Selective Yellow. HEX triplet: FF, B4 and 00. RGB value is (255,180,0). Sum of RGB (Red+Green+Blue) = 255+180+0=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB400 is #004BFF. Grayscale: #B6B6B6. Windows color (decimal): -19456 or 46335. OLE color: 46335.

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

Color convert

RGB2551800-
CMYK00.2910
HSL42.35º100%50%-
HSV(B)42.35º100%100%-
XYZ57.5653.97.37-
YUV181.925.35180.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.62%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.62%
G=41.38%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255180000.291042.3510050
HexFFB4001D6402a6432
Octal377264003514405214462
Binary11111111101101000011101110010001010101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB400; }

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

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

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

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

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

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

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

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