#FCC366

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

Shades of Grandis #FCC366

Tints of Grandis #FCC366

Color information

#FCC366 (or 0xFCC366) is unknown color: approx Grandis. HEX triplet: FC, C3 and 66. RGB value is (252,195,102). Sum of RGB (Red+Green+Blue) = 252+195+102=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 102 (40.23% from 255 or 18.58% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC366 is #033C99. Grayscale: #C9C9C9. Windows color (decimal): -212122 or 6734844. OLE color: 6734844.

HSL color Cylindrical-coordinate representation of color #FCC366: hue angle of 37.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCC366 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB252195102-
CMYK00.230.600.01
HSL37.2º96.15%69.41%-
HSV(B)37.2º59.52%98.82%-
XYZ62.0660.6821.01-
YUV201.4471.88164.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.90%
GREEN value IS 195 (76.56% from 255) = 35.52%
BLUE value IS 102 (40.23% from 255) = 18.58%
R=45.90%
G=35.52%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219510200.230.600.0137.296.1569.41
HexFCC3660173C1256045
Octal37430314602774145140105
Binary11111100110000111100110010111111100110010111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC366; }

 p { color: rgb(252,195,102); }

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

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

 a { background-color: rgb(252,195,102); }

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

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

 span { border-color: rgb(252,195,102); }

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