#F8CF6F

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

Shades of Grandis #F8CF6F

Tints of Grandis #F8CF6F

Color information

#F8CF6F (or 0xF8CF6F) is unknown color: approx Grandis. HEX triplet: F8, CF and 6F. RGB value is (248,207,111). Sum of RGB (Red+Green+Blue) = 248+207+111=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 111 (43.75% from 255 or 19.61% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CF6F is #073090. Grayscale: #D0D0D0. Windows color (decimal): -471185 or 7327736. OLE color: 7327736.

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

Color convert

RGB248207111-
CMYK00.170.550.03
HSL42.04º90.73%70.39%-
HSV(B)42.04º55.24%97.25%-
XYZ63.8965.7324.36-
YUV208.3273.08156.31-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.82%
GREEN value IS 207 (81.25% from 255) = 36.57%
BLUE value IS 111 (43.75% from 255) = 19.61%
R=43.82%
G=36.57%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820711100.170.550.0342.0490.7370.39
HexF8CF6F0113732a5b46
Octal37031715702167352133106
Binary111110001100111111011110100011101111110101010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CF6F; }

 p { color: rgb(248,207,111); }

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

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

 a { background-color: rgb(248,207,111); }

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

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

 span { border-color: rgb(248,207,111); }

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