#f5ce73

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

Shades of Grandis #F5CE73

Tints of Grandis #F5CE73

Color information

#F5CE73 (or 0xF5CE73) is unknown color: approx Grandis. HEX triplet: F5, CE and 73. RGB value is (245,206,115). Sum of RGB (Red+Green+Blue) = 245+206+115=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 115 (45.31% from 255 or 20.32% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CE73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CE73 is #0A318C. Grayscale: #CFCFCF. Windows color (decimal): -668045 or 7589621. OLE color: 7589621.

HSL color Cylindrical-coordinate representation of color #F5CE73: hue angle of 42º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F5CE73 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB245206115-
CMYK00.160.530.04
HSL42º86.67%70.59%-
HSV(B)42º53.06%96.08%-
XYZ62.8264.7925.41-
YUV207.2975.92154.9-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.29%
GREEN value IS 206 (80.86% from 255) = 36.40%
BLUE value IS 115 (45.31% from 255) = 20.32%
R=43.29%
G=36.40%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520611500.160.530.044286.6770.59
HexF5CE730103542a5747
Octal36531616302065452127107
Binary1111010111001110111001101000011010110010101010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5ce73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5ce73; }

 p { color: rgb(245,206,115); }

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

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

 a { background-color: rgb(245,206,115); }

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

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

 span { border-color: rgb(245,206,115); }

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