#f8cd6c

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

Shades of Grandis #F8CD6C

Tints of Grandis #F8CD6C

Color information

#F8CD6C (or 0xF8CD6C) is unknown color: approx Grandis. HEX triplet: F8, CD and 6C. RGB value is (248,205,108). Sum of RGB (Red+Green+Blue) = 248+205+108=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CD6C is #073293. Grayscale: #CFCFCF. Windows color (decimal): -471700 or 7130616. OLE color: 7130616.

HSL color Cylindrical-coordinate representation of color #F8CD6C: hue angle of 41.57º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F8CD6C is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB248205108-
CMYK00.170.560.03
HSL41.57º90.91%69.8%-
HSV(B)41.57º56.45%97.25%-
XYZ63.2564.723.34-
YUV206.872.25157.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.21%
GREEN value IS 205 (80.47% from 255) = 36.54%
BLUE value IS 108 (42.58% from 255) = 19.25%
R=44.21%
G=36.54%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820510800.170.560.0341.5790.9169.8
HexF8CD6C0113832a5b46
Octal37031515402170352133106
Binary111110001100110111011000100011110001110101010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8cd6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8cd6c; }

 p { color: rgb(248,205,108); }

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

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

 a { background-color: rgb(248,205,108); }

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

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

 span { border-color: rgb(248,205,108); }

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