#F8D069

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

Shades of Grandis #F8D069

Tints of Grandis #F8D069

Color information

#F8D069 (or 0xF8D069) is unknown color: approx Grandis. HEX triplet: F8, D0 and 69. RGB value is (248,208,105). Sum of RGB (Red+Green+Blue) = 248+208+105=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 105 (41.41% from 255 or 18.72% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D069 is #072F96. Grayscale: #D0D0D0. Windows color (decimal): -470935 or 6934776. OLE color: 6934776.

HSL color Cylindrical-coordinate representation of color #F8D069: hue angle of 43.22º 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 #F8D069 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB248208105-
CMYK00.160.580.03
HSL43.22º91.08%69.22%-
HSV(B)43.22º57.66%97.25%-
XYZ63.8266.0922.76-
YUV208.2269.75156.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.21%
GREEN value IS 208 (81.64% from 255) = 37.08%
BLUE value IS 105 (41.41% from 255) = 18.72%
R=44.21%
G=37.08%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820810500.160.580.0343.2291.0869.22
HexF8D0690103A32b5b45
Octal37032015102072353133105
Binary111110001101000011010010100001110101110101110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8D069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8D069; }

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

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

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

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

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

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

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

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