#F9CE69

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

Shades of Grandis #F9CE69

Tints of Grandis #F9CE69

Color information

#F9CE69 (or 0xF9CE69) is unknown color: approx Grandis. HEX triplet: F9, CE and 69. RGB value is (249,206,105). Sum of RGB (Red+Green+Blue) = 249+206+105=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 105 (41.41% from 255 or 18.75% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CE69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CE69 is #063196. Grayscale: #CFCFCF. Windows color (decimal): -405911 or 6934265. OLE color: 6934265.

HSL color Cylindrical-coordinate representation of color #F9CE69: hue angle of 42.08º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F9CE69 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB249206105-
CMYK00.170.580.02
HSL42.08º92.31%69.41%-
HSV(B)42.08º57.83%97.65%-
XYZ63.6965.322.61-
YUV207.3470.25157.71-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.46%
GREEN value IS 206 (80.86% from 255) = 36.79%
BLUE value IS 105 (41.41% from 255) = 18.75%
R=44.46%
G=36.79%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920610500.170.580.0242.0892.3169.41
HexF9CE690113A22a5c45
Octal37131615102172252134105
Binary111110011100111011010010100011110101010101010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CE69; }

 p { color: rgb(249,206,105); }

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

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

 a { background-color: rgb(249,206,105); }

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

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

 span { border-color: rgb(249,206,105); }

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