#F8C468

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

Shades of Grandis #F8C468

Tints of Grandis #F8C468

Color information

#F8C468 (or 0xF8C468) is unknown color: approx Grandis. HEX triplet: F8, C4 and 68. RGB value is (248,196,104). Sum of RGB (Red+Green+Blue) = 248+196+104=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C468 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C468 is #073B97. Grayscale: #C9C9C9. Windows color (decimal): -474008 or 6866168. OLE color: 6866168.

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

Color convert

RGB248196104-
CMYK00.210.580.03
HSL38.33º91.14%69.02%-
HSV(B)38.33º58.06%97.25%-
XYZ60.9560.4421.55-
YUV201.0673.23161.48-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.26%
GREEN value IS 196 (76.95% from 255) = 35.77%
BLUE value IS 104 (41.02% from 255) = 18.98%
R=45.26%
G=35.77%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819610400.210.580.0338.3391.1469.02
HexF8C4680153A3265b45
Octal37030415002572346133105
Binary111110001100010011010000101011110101110011010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C468; }

 p { color: rgb(248,196,104); }

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

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

 a { background-color: rgb(248,196,104); }

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

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

 span { border-color: rgb(248,196,104); }

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