#F8C568

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

Shades of Grandis #F8C568

Tints of Grandis #F8C568

Color information

#F8C568 (or 0xF8C568) is unknown color: approx Grandis. HEX triplet: F8, C5 and 68. RGB value is (248,197,104). Sum of RGB (Red+Green+Blue) = 248+197+104=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 104 (41.02% from 255 or 18.94% from 549); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C568 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C568 is #073A97. Grayscale: #CACACA. Windows color (decimal): -473752 or 6866424. OLE color: 6866424.

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

Color convert

RGB248197104-
CMYK00.210.580.03
HSL38.75º91.14%69.02%-
HSV(B)38.75º58.06%97.25%-
XYZ61.1860.8921.63-
YUV201.6572.9161.06-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.17%
GREEN value IS 197 (77.34% from 255) = 35.88%
BLUE value IS 104 (41.02% from 255) = 18.94%
R=45.17%
G=35.88%
B=18.94%

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
Decimal24819710400.210.580.0338.7591.1469.02
HexF8C5680153A3275b45
Octal37030515002572347133105
Binary111110001100010111010000101011110101110011110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C568; }

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

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

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

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

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

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

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

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