#F8C46D

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

Shades of Grandis #F8C46D

Tints of Grandis #F8C46D

Color information

#F8C46D (or 0xF8C46D) is unknown color: approx Grandis. HEX triplet: F8, C4 and 6D. RGB value is (248,196,109). Sum of RGB (Red+Green+Blue) = 248+196+109=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 109 (42.97% from 255 or 19.71% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C46D is #073B92. Grayscale: #CACACA. Windows color (decimal): -474003 or 7193848. OLE color: 7193848.

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

Color convert

RGB248196109-
CMYK00.210.560.03
HSL37.55º90.85%70%-
HSV(B)37.55º56.05%97.25%-
XYZ61.2160.5422.93-
YUV201.6375.73161.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.85%
GREEN value IS 196 (76.95% from 255) = 35.44%
BLUE value IS 109 (42.97% from 255) = 19.71%
R=44.85%
G=35.44%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819610900.210.560.0337.5590.8570
HexF8C46D015383265b46
Octal37030415502570346133106
Binary111110001100010011011010101011110001110011010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C46D; }

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

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

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

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

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

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

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

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