#FDD26E

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

Shades of Grandis #FDD26E

Tints of Grandis #FDD26E

Color information

#FDD26E (or 0xFDD26E) is unknown color: approx Grandis. HEX triplet: FD, D2 and 6E. RGB value is (253,210,110). Sum of RGB (Red+Green+Blue) = 253+210+110=573 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.15% from 573); Green value is 210 (82.42% from 255 or 36.65% from 573); Blue value is 110 (43.36% from 255 or 19.20% from 573); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD26E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD26E is #022D91. Grayscale: #D3D3D3. Windows color (decimal): -142738 or 7262973. OLE color: 7262973.

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

Color convert

RGB253210110-
CMYK00.170.570.01
HSL41.96º97.28%71.18%-
HSV(B)41.96º56.52%99.22%-
XYZ66.3768.124.4-
YUV211.4670.75157.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.15%
GREEN value IS 210 (82.42% from 255) = 36.65%
BLUE value IS 110 (43.36% from 255) = 19.20%
R=44.15%
G=36.65%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321011000.170.570.0141.9697.2871.18
HexFDD26E0113912a6147
Octal37532215602171152141107
Binary11111101110100101101110010001111001110101011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD26E; }

 p { color: rgb(253,210,110); }

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

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

 a { background-color: rgb(253,210,110); }

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

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

 span { border-color: rgb(253,210,110); }

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