#F8CC73

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

Shades of Grandis #F8CC73

Tints of Grandis #F8CC73

Color information

#F8CC73 (or 0xF8CC73) is unknown color: approx Grandis. HEX triplet: F8, CC and 73. RGB value is (248,204,115). Sum of RGB (Red+Green+Blue) = 248+204+115=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 115 (45.31% from 255 or 20.28% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CC73 is #07338C. Grayscale: #CFCFCF. Windows color (decimal): -471949 or 7589112. OLE color: 7589112.

HSL color Cylindrical-coordinate representation of color #F8CC73: hue angle of 40.15º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F8CC73 is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB248204115-
CMYK00.180.540.03
HSL40.15º90.48%71.18%-
HSV(B)40.15º53.63%97.25%-
XYZ63.464.3825.3-
YUV207.0176.08157.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.74%
GREEN value IS 204 (80.08% from 255) = 35.98%
BLUE value IS 115 (45.31% from 255) = 20.28%
R=43.74%
G=35.98%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820411500.180.540.0340.1590.4871.18
HexF8CC73012363285a47
Octal37031416302266350132107
Binary111110001100110011100110100101101101110100010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CC73; }

 p { color: rgb(248,204,115); }

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

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

 a { background-color: rgb(248,204,115); }

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

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

 span { border-color: rgb(248,204,115); }

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