#F7CB70

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

Shades of Grandis #F7CB70

Tints of Grandis #F7CB70

Color information

#F7CB70 (or 0xF7CB70) is unknown color: approx Grandis. HEX triplet: F7, CB and 70. RGB value is (247,203,112). Sum of RGB (Red+Green+Blue) = 247+203+112=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 112 (44.14% from 255 or 19.93% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CB70 is #08348F. Grayscale: #CECECE. Windows color (decimal): -537744 or 7392247. OLE color: 7392247.

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

Color convert

RGB247203112-
CMYK00.180.550.03
HSL40.44º89.4%70.39%-
HSV(B)40.44º54.66%96.86%-
XYZ62.6463.6624.31-
YUV205.7875.08157.4-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.95%
GREEN value IS 203 (79.69% from 255) = 36.12%
BLUE value IS 112 (44.14% from 255) = 19.93%
R=43.95%
G=36.12%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720311200.180.550.0340.4489.470.39
HexF7CB70012373285946
Octal36731316002267350131106
Binary111101111100101111100000100101101111110100010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CB70; }

 p { color: rgb(247,203,112); }

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

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

 a { background-color: rgb(247,203,112); }

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

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

 span { border-color: rgb(247,203,112); }

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