#F9B401

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

Shades of Selective Yellow #F9B401

Tints of Selective Yellow #F9B401

Color information

#F9B401 (or 0xF9B401) is unknown color: approx Selective Yellow. HEX triplet: F9, B4 and 01. RGB value is (249,180,1). Sum of RGB (Red+Green+Blue) = 249+180+1=430 (56% of max value = 765). Red value is 249 (97.66% from 255 or 57.91% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9B401 is #064BFE. Grayscale: #B5B5B5. Windows color (decimal): -412671 or 111865. OLE color: 111865.

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

Color convert

RGB2491801-
CMYK00.281.000.02
HSL43.31º99.2%49.02%-
HSV(B)43.31º99.6%97.65%-
XYZ55.3952.787.3-
YUV180.2226.86177.05-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 57.91%
GREEN value IS 180 (70.70% from 255) = 41.86%
BLUE value IS 1 (0.78% from 255) = 0.23%
R=57.91%
G=41.86%
B=0.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 1.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249180100.281.000.0243.3199.249.02
HexF9B4101C6422b6331
Octal371264103414425314361
Binary111110011011010010111001100100101010111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B401; }

 p { color: rgb(249,180,1); }

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

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

 a { background-color: rgb(249,180,1); }

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

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

 span { border-color: rgb(249,180,1); }

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