#FDB607

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

Shades of Selective Yellow #FDB607

Tints of Selective Yellow #FDB607

Color information

#FDB607 (or 0xFDB607) is unknown color: approx Selective Yellow. HEX triplet: FD, B6 and 07. RGB value is (253,182,7). Sum of RGB (Red+Green+Blue) = 253+182+7=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 182 (71.48% from 255 or 41.18% from 442); Blue value is 7 (3.12% from 255 or 1.58% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB607 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDB607 is #0249F8. Grayscale: #B8B8B8. Windows color (decimal): -150009 or 505597. OLE color: 505597.

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

Color convert

RGB2531827-
CMYK00.280.970.01
HSL42.68º98.4%50.98%-
HSV(B)42.68º97.23%99.22%-
XYZ57.2754.357.67-
YUV183.2828.52177.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 57.24%
GREEN value IS 182 (71.48% from 255) = 41.18%
BLUE value IS 7 (3.12% from 255) = 1.58%
R=57.24%
G=41.18%
B=1.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.97
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253182700.280.970.0142.6898.450.98
HexFDB6701C6112b6233
Octal375266703414115314263
Binary1111110110110110111011100110000111010111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB607; }

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

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

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

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

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

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

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

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