#F9C568

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

Shades of Grandis #F9C568

Tints of Grandis #F9C568

Color information

#F9C568 (or 0xF9C568) is unknown color: approx Grandis. HEX triplet: F9, C5 and 68. RGB value is (249,197,104). Sum of RGB (Red+Green+Blue) = 249+197+104=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 104 (41.02% from 255 or 18.91% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C568 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C568 is #063A97. Grayscale: #CACACA. Windows color (decimal): -408216 or 6866425. OLE color: 6866425.

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

Color convert

RGB249197104-
CMYK00.210.580.02
HSL38.48º92.36%69.22%-
HSV(B)38.48º58.23%97.65%-
XYZ61.5361.0721.64-
YUV201.9572.73161.56-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.27%
GREEN value IS 197 (77.34% from 255) = 35.82%
BLUE value IS 104 (41.02% from 255) = 18.91%
R=45.27%
G=35.82%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24919710400.210.580.0238.4892.3669.22
HexF9C5680153A2265c45
Octal37130515002572246134105
Binary111110011100010111010000101011110101010011010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9C568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9C568; }

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

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

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

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

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

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

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

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