#F8C269

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

Shades of Grandis #F8C269

Tints of Grandis #F8C269

Color information

#F8C269 (or 0xF8C269) is unknown color: approx Grandis. HEX triplet: F8, C2 and 69. RGB value is (248,194,105). Sum of RGB (Red+Green+Blue) = 248+194+105=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 105 (41.41% from 255 or 19.20% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C269 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C269 is #073D96. Grayscale: #C8C8C8. Windows color (decimal): -474519 or 6931192. OLE color: 6931192.

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

Color convert

RGB248194105-
CMYK00.220.580.03
HSL37.34º91.08%69.22%-
HSV(B)37.34º57.66%97.25%-
XYZ60.5559.5621.67-
YUV20074.39162.24-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.34%
GREEN value IS 194 (76.17% from 255) = 35.47%
BLUE value IS 105 (41.41% from 255) = 19.20%
R=45.34%
G=35.47%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819410500.220.580.0337.3491.0869.22
HexF8C2690163A3255b45
Octal37030215102672345133105
Binary111110001100001011010010101101110101110010110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C269; }

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

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

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

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

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

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

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

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