#f9ba00

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

Shades of Selective Yellow #F9BA00

Tints of Selective Yellow #F9BA00

Color information

#F9BA00 (or 0xF9BA00) is unknown color: approx Selective Yellow. HEX triplet: F9, BA and 00. RGB value is (249,186,0). Sum of RGB (Red+Green+Blue) = 249+186+0=435 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.24% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9BA00 is #0645FF. Grayscale: #B8B8B8. Windows color (decimal): -411136 or 47865. OLE color: 47865.

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

Color convert

RGB2491860-
CMYK00.2510.02
HSL44.82º100%48.82%-
HSV(B)44.82º100%97.65%-
XYZ56.6355.267.68-
YUV183.6324.37174.62-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.24%
GREEN value IS 186 (73.05% from 255) = 42.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.24%
G=42.76%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249186000.2510.0244.8210048.82
HexF9BA00196422d6431
Octal371272003114425514461
Binary111110011011101000110011100100101011011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f9ba00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f9ba00; }

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

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

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

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

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

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

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

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