#F8D16C

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

Shades of Grandis #F8D16C

Tints of Grandis #F8D16C

Color information

#F8D16C (or 0xF8D16C) is unknown color: approx Grandis. HEX triplet: F8, D1 and 6C. RGB value is (248,209,108). Sum of RGB (Red+Green+Blue) = 248+209+108=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 108 (42.58% from 255 or 19.12% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D16C is #072E93. Grayscale: #D1D1D1. Windows color (decimal): -470676 or 7131640. OLE color: 7131640.

HSL color Cylindrical-coordinate representation of color #F8D16C: hue angle of 43.29º 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 #F8D16C is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB248209108-
CMYK00.160.560.03
HSL43.29º90.91%69.8%-
HSV(B)43.29º56.45%97.25%-
XYZ64.2266.6423.67-
YUV209.1570.92155.71-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.89%
GREEN value IS 209 (82.03% from 255) = 36.99%
BLUE value IS 108 (42.58% from 255) = 19.12%
R=43.89%
G=36.99%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820910800.160.560.0343.2990.9169.8
HexF8D16C0103832b5b46
Octal37032115402070353133106
Binary111110001101000111011000100001110001110101110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D16C; }

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

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

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

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

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

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

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

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