#F8C669

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

Shades of Grandis #F8C669

Tints of Grandis #F8C669

Color information

#F8C669 (or 0xF8C669) is unknown color: approx Grandis. HEX triplet: F8, C6 and 69. RGB value is (248,198,105). Sum of RGB (Red+Green+Blue) = 248+198+105=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 105 (41.41% from 255 or 19.06% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C669 is #073996. Grayscale: #CACACA. Windows color (decimal): -473495 or 6932216. OLE color: 6932216.

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

Color convert

RGB248198105-
CMYK00.200.580.03
HSL39.02º91.08%69.22%-
HSV(B)39.02º57.66%97.25%-
XYZ61.4661.3621.97-
YUV202.3573.07160.56-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.01%
GREEN value IS 198 (77.73% from 255) = 35.93%
BLUE value IS 105 (41.41% from 255) = 19.06%
R=45.01%
G=35.93%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819810500.200.580.0339.0291.0869.22
HexF8C6690143A3275b45
Octal37030615102472347133105
Binary111110001100011011010010101001110101110011110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C669; }

 p { color: rgb(248,198,105); }

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

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

 a { background-color: rgb(248,198,105); }

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

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

 span { border-color: rgb(248,198,105); }

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