#FDC770

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

Shades of Grandis #FDC770

Tints of Grandis #FDC770

Color information

#FDC770 (or 0xFDC770) is unknown color: approx Grandis. HEX triplet: FD, C7 and 70. RGB value is (253,199,112). Sum of RGB (Red+Green+Blue) = 253+199+112=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC770 is #02388F. Grayscale: #CDCDCD. Windows color (decimal): -145552 or 7391229. OLE color: 7391229.

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

Color convert

RGB253199112-
CMYK00.210.560.01
HSL37.02º97.24%71.57%-
HSV(B)37.02º55.73%99.22%-
XYZ63.8662.924.1-
YUV205.2375.39162.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.86%
GREEN value IS 199 (78.12% from 255) = 35.28%
BLUE value IS 112 (44.14% from 255) = 19.86%
R=44.86%
G=35.28%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319911200.210.560.0137.0297.2471.57
HexFDC770015381256148
Octal37530716002570145141110
Binary11111101110001111110000010101111000110010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC770; }

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

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

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

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

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

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

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

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