#F7C26C

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

Shades of Grandis #F7C26C

Tints of Grandis #F7C26C

Color information

#F7C26C (or 0xF7C26C) is unknown color: approx Grandis. HEX triplet: F7, C2 and 6C. RGB value is (247,194,108). Sum of RGB (Red+Green+Blue) = 247+194+108=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 108 (42.58% from 255 or 19.67% from 549); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C26C is #083D93. Grayscale: #C8C8C8. Windows color (decimal): -540052 or 7127799. OLE color: 7127799.

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

Color convert

RGB247194108-
CMYK00.210.560.03
HSL37.12º89.68%69.61%-
HSV(B)37.12º56.28%96.86%-
XYZ60.3659.4422.48-
YUV200.0476.06161.49-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.99%
GREEN value IS 194 (76.17% from 255) = 35.34%
BLUE value IS 108 (42.58% from 255) = 19.67%
R=44.99%
G=35.34%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719410800.210.560.0337.1289.6869.61
HexF7C26C015383255a46
Octal36730215402570345132106
Binary111101111100001011011000101011110001110010110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C26C; }

 p { color: rgb(247,194,108); }

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

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

 a { background-color: rgb(247,194,108); }

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

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

 span { border-color: rgb(247,194,108); }

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