#FFBA00

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

Shades of Selective Yellow #FFBA00

Tints of Selective Yellow #FFBA00

Color information

#FFBA00 (or 0xFFBA00) is unknown color: approx Selective Yellow. HEX triplet: FF, BA and 00. RGB value is (255,186,0). Sum of RGB (Red+Green+Blue) = 255+186+0=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBA00 is #0045FF. Grayscale: #BABABA. Windows color (decimal): -17920 or 47871. OLE color: 47871.

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

Color convert

RGB2551860-
CMYK00.2710
HSL43.76º100%50%-
HSV(B)43.76º100%100%-
XYZ58.856.387.78-
YUV185.4323.36177.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.82%
GREEN value IS 186 (73.05% from 255) = 42.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.82%
G=42.18%
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
Decimal255186000.271043.7610050
HexFFBA001B6402c6432
Octal377272003314405414462
Binary11111111101110100011011110010001011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBA00; }

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

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

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

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

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

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

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

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