#FDCF71

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

Shades of Grandis #FDCF71

Tints of Grandis #FDCF71

Color information

#FDCF71 (or 0xFDCF71) is unknown color: approx Grandis. HEX triplet: FD, CF and 71. RGB value is (253,207,113). Sum of RGB (Red+Green+Blue) = 253+207+113=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 113 (44.53% from 255 or 19.72% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCF71 is #02308E. Grayscale: #D2D2D2. Windows color (decimal): -143503 or 7458813. OLE color: 7458813.

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

Color convert

RGB253207113-
CMYK00.180.550.01
HSL40.29º97.22%71.76%-
HSV(B)40.29º55.34%99.22%-
XYZ65.866.725.03-
YUV210.0473.24158.64-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.15%
GREEN value IS 207 (81.25% from 255) = 36.13%
BLUE value IS 113 (44.53% from 255) = 19.72%
R=44.15%
G=36.13%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320711300.180.550.0140.2997.2271.76
HexFDCF71012371286148
Octal37531716102267150141110
Binary11111101110011111110001010010110111110100011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCF71; }

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

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

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

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

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

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

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

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