#FDC17D

Color #FDC17D Macaroni And Cheese (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Macaroni And Cheese #FDC17D

Tints of Macaroni And Cheese #FDC17D

Color information

#FDC17D (or 0xFDC17D) is unknown color: approx Macaroni And Cheese. HEX triplet: FD, C1 and 7D. RGB value is (253,193,125). Sum of RGB (Red+Green+Blue) = 253+193+125=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC17D is #023E82. Grayscale: #CBCBCB. Windows color (decimal): -147075 or 8241661. OLE color: 8241661.

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

Color convert

RGB253193125-
CMYK00.240.510.01
HSL31.88º96.97%74.12%-
HSV(B)31.88º50.59%99.22%-
XYZ63.2860.527.75-
YUV203.1983.88163.53-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.31%
GREEN value IS 193 (75.78% from 255) = 33.80%
BLUE value IS 125 (49.22% from 255) = 21.89%
R=44.31%
G=33.80%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319312500.240.510.0131.8896.9774.12
HexFDC17D01833120614a
Octal37530117503063140141112
Binary11111101110000011111101011000110011110000011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC17D; }

 p { color: rgb(253,193,125); }

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

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

 a { background-color: rgb(253,193,125); }

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

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

 span { border-color: rgb(253,193,125); }

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