#FDCF6F

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

Shades of Grandis #FDCF6F

Tints of Grandis #FDCF6F

Color information

#FDCF6F (or 0xFDCF6F) is unknown color: approx Grandis. HEX triplet: FD, CF and 6F. RGB value is (253,207,111). Sum of RGB (Red+Green+Blue) = 253+207+111=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 111 (43.75% from 255 or 19.44% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCF6F is #023090. Grayscale: #D2D2D2. Windows color (decimal): -143505 or 7327741. OLE color: 7327741.

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

Color convert

RGB253207111-
CMYK00.180.560.01
HSL40.56º97.26%71.37%-
HSV(B)40.56º56.13%99.22%-
XYZ65.6966.6624.44-
YUV209.8172.24158.81-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.31%
GREEN value IS 207 (81.25% from 255) = 36.25%
BLUE value IS 111 (43.75% from 255) = 19.44%
R=44.31%
G=36.25%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320711100.180.560.0140.5697.2671.37
HexFDCF6F012381296147
Octal37531715702270151141107
Binary11111101110011111101111010010111000110100111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCF6F; }

 p { color: rgb(253,207,111); }

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

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

 a { background-color: rgb(253,207,111); }

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

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

 span { border-color: rgb(253,207,111); }

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