#F8C565

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

Shades of Grandis #F8C565

Tints of Grandis #F8C565

Color information

#F8C565 (or 0xF8C565) is unknown color: approx Grandis. HEX triplet: F8, C5 and 65. RGB value is (248,197,101). Sum of RGB (Red+Green+Blue) = 248+197+101=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C565 is #073A9A. Grayscale: #C9C9C9. Windows color (decimal): -473755 or 6669816. OLE color: 6669816.

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

Color convert

RGB248197101-
CMYK00.210.590.03
HSL39.18º91.3%68.43%-
HSV(B)39.18º59.27%97.25%-
XYZ61.0360.8320.84-
YUV201.371.4161.31-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.42%
GREEN value IS 197 (77.34% from 255) = 36.08%
BLUE value IS 101 (39.84% from 255) = 18.50%
R=45.42%
G=36.08%
B=18.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819710100.210.590.0339.1891.368.43
HexF8C5650153B3275b44
Octal37030514502573347133104
Binary111110001100010111001010101011110111110011110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C565; }

 p { color: rgb(248,197,101); }

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

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

 a { background-color: rgb(248,197,101); }

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

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

 span { border-color: rgb(248,197,101); }

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