#F7CE75

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

Shades of Grandis #F7CE75

Tints of Grandis #F7CE75

Color information

#F7CE75 (or 0xF7CE75) is unknown color: approx Grandis. HEX triplet: F7, CE and 75. RGB value is (247,206,117). Sum of RGB (Red+Green+Blue) = 247+206+117=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 117 (46.09% from 255 or 20.53% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CE75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CE75 is #08318A. Grayscale: #D0D0D0. Windows color (decimal): -536971 or 7720695. OLE color: 7720695.

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

Color convert

RGB247206117-
CMYK00.170.530.03
HSL41.08º89.04%71.37%-
HSV(B)41.08º52.63%96.86%-
XYZ63.6465.226.06-
YUV208.1176.58155.74-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.33%
GREEN value IS 206 (80.86% from 255) = 36.14%
BLUE value IS 117 (46.09% from 255) = 20.53%
R=43.33%
G=36.14%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720611700.170.530.0341.0889.0471.37
HexF7CE75011353295947
Octal36731616502165351131107
Binary111101111100111011101010100011101011110100110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CE75; }

 p { color: rgb(247,206,117); }

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

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

 a { background-color: rgb(247,206,117); }

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

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

 span { border-color: rgb(247,206,117); }

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