#FDC76B

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

Shades of Grandis #FDC76B

Tints of Grandis #FDC76B

Color information

#FDC76B (or 0xFDC76B) is unknown color: approx Grandis. HEX triplet: FD, C7 and 6B. RGB value is (253,199,107). Sum of RGB (Red+Green+Blue) = 253+199+107=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 199 (78.12% from 255 or 35.60% from 559); Blue value is 107 (42.19% from 255 or 19.14% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC76B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC76B is #023894. Grayscale: #CDCDCD. Windows color (decimal): -145557 or 7063549. OLE color: 7063549.

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

Color convert

RGB253199107-
CMYK00.210.580.01
HSL37.81º97.33%70.59%-
HSV(B)37.81º57.71%99.22%-
XYZ63.5962.7922.68-
YUV204.6672.89162.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.26%
GREEN value IS 199 (78.12% from 255) = 35.60%
BLUE value IS 107 (42.19% from 255) = 19.14%
R=45.26%
G=35.60%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319910700.210.580.0137.8197.3370.59
HexFDC76B0153A1266147
Octal37530715302572146141107
Binary11111101110001111101011010101111010110011011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC76B; }

 p { color: rgb(253,199,107); }

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

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

 a { background-color: rgb(253,199,107); }

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

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

 span { border-color: rgb(253,199,107); }

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