#F8CF72

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

Shades of Grandis #F8CF72

Tints of Grandis #F8CF72

Color information

#F8CF72 (or 0xF8CF72) is unknown color: approx Grandis. HEX triplet: F8, CF and 72. RGB value is (248,207,114). Sum of RGB (Red+Green+Blue) = 248+207+114=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CF72 is #07308D. Grayscale: #D1D1D1. Windows color (decimal): -471182 or 7524344. OLE color: 7524344.

HSL color Cylindrical-coordinate representation of color #F8CF72: hue angle of 41.64º degrees, saturation: 0.91, 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 #F8CF72 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB248207114-
CMYK00.170.540.03
HSL41.64º90.54%70.98%-
HSV(B)41.64º54.03%97.25%-
XYZ64.0665.825.24-
YUV208.6674.58156.06-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.59%
GREEN value IS 207 (81.25% from 255) = 36.38%
BLUE value IS 114 (44.92% from 255) = 20.04%
R=43.59%
G=36.38%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820711400.170.540.0341.6490.5470.98
HexF8CF720113632a5b47
Octal37031716202166352133107
Binary111110001100111111100100100011101101110101010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CF72; }

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

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

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

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

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

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

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

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