#F8C26B

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

Shades of Grandis #F8C26B

Tints of Grandis #F8C26B

Color information

#F8C26B (or 0xF8C26B) is unknown color: approx Grandis. HEX triplet: F8, C2 and 6B. RGB value is (248,194,107). Sum of RGB (Red+Green+Blue) = 248+194+107=549 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.17% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 107 (42.19% from 255 or 19.49% from 549); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C26B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C26B is #073D94. Grayscale: #C8C8C8. Windows color (decimal): -474517 or 7062264. OLE color: 7062264.

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

Color convert

RGB248194107-
CMYK00.220.570.03
HSL37.02º90.97%69.61%-
HSV(B)37.02º56.85%97.25%-
XYZ60.6659.622.22-
YUV200.2375.39162.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.17%
GREEN value IS 194 (76.17% from 255) = 35.34%
BLUE value IS 107 (42.19% from 255) = 19.49%
R=45.17%
G=35.34%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819410700.220.570.0337.0290.9769.61
HexF8C26B016393255b46
Octal37030215302671345133106
Binary111110001100001011010110101101110011110010110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C26B; }

 p { color: rgb(248,194,107); }

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

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

 a { background-color: rgb(248,194,107); }

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

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

 span { border-color: rgb(248,194,107); }

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