#F7CE69

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

Shades of Grandis #F7CE69

Tints of Grandis #F7CE69

Color information

#F7CE69 (or 0xF7CE69) is unknown color: approx Grandis. HEX triplet: F7, CE and 69. RGB value is (247,206,105). Sum of RGB (Red+Green+Blue) = 247+206+105=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 105 (41.41% from 255 or 18.82% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CE69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CE69 is #083196. Grayscale: #CFCFCF. Windows color (decimal): -536983 or 6934263. OLE color: 6934263.

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

Color convert

RGB247206105-
CMYK00.170.570.03
HSL42.68º89.87%69.02%-
HSV(B)42.68º57.49%96.86%-
XYZ62.9864.9422.58-
YUV206.7470.58156.71-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.27%
GREEN value IS 206 (80.86% from 255) = 36.92%
BLUE value IS 105 (41.41% from 255) = 18.82%
R=44.27%
G=36.92%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720610500.170.570.0342.6889.8769.02
HexF7CE690113932b5a45
Octal36731615102171353132105
Binary111101111100111011010010100011110011110101110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CE69; }

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

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

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

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

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

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

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

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