#F9CA68

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

Shades of Grandis #F9CA68

Tints of Grandis #F9CA68

Color information

#F9CA68 (or 0xF9CA68) is unknown color: approx Grandis. HEX triplet: F9, CA and 68. RGB value is (249,202,104). Sum of RGB (Red+Green+Blue) = 249+202+104=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 104 (41.02% from 255 or 18.74% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CA68 is #063597. Grayscale: #CDCDCD. Windows color (decimal): -406936 or 6867705. OLE color: 6867705.

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

Color convert

RGB249202104-
CMYK00.190.580.02
HSL40.55º92.36%69.22%-
HSV(B)40.55º58.23%97.65%-
XYZ62.6963.3822.03-
YUV204.8871.07159.47-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.86%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 104 (41.02% from 255) = 18.74%
R=44.86%
G=36.40%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920210400.190.580.0240.5592.3669.22
HexF9CA680133A2295c45
Octal37131215002372251134105
Binary111110011100101011010000100111110101010100110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CA68; }

 p { color: rgb(249,202,104); }

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

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

 a { background-color: rgb(249,202,104); }

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

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

 span { border-color: rgb(249,202,104); }

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