#FDB606

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

Shades of Selective Yellow #FDB606

Tints of Selective Yellow #FDB606

Color information

#FDB606 (or 0xFDB606) is unknown color: approx Selective Yellow. HEX triplet: FD, B6 and 06. RGB value is (253,182,6). Sum of RGB (Red+Green+Blue) = 253+182+6=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 6 (2.73% from 255 or 1.36% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB606 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB606 is #0249F9. Grayscale: #B7B7B7. Windows color (decimal): -150010 or 440061. OLE color: 440061.

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

Color convert

RGB2531826-
CMYK00.280.980.01
HSL42.75º98.41%50.78%-
HSV(B)42.75º97.63%99.22%-
XYZ57.2754.357.64-
YUV183.1628.02177.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 57.37%
GREEN value IS 182 (71.48% from 255) = 41.27%
BLUE value IS 6 (2.73% from 255) = 1.36%
R=57.37%
G=41.27%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253182600.280.980.0142.7598.4150.78
HexFDB6601C6212b6233
Octal375266603414215314263
Binary1111110110110110110011100110001011010111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB606; }

 p { color: rgb(253,182,6); }

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

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

 a { background-color: rgb(253,182,6); }

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

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

 span { border-color: rgb(253,182,6); }

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