#FCC86A

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

Shades of Grandis #FCC86A

Tints of Grandis #FCC86A

Color information

#FCC86A (or 0xFCC86A) is unknown color: approx Grandis. HEX triplet: FC, C8 and 6A. RGB value is (252,200,106). Sum of RGB (Red+Green+Blue) = 252+200+106=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 106 (41.80% from 255 or 19.00% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC86A is #033795. Grayscale: #CDCDCD. Windows color (decimal): -210838 or 6998268. OLE color: 6998268.

HSL color Cylindrical-coordinate representation of color #FCC86A: hue angle of 38.63º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCC86A is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB252200106-
CMYK00.210.580.01
HSL38.63º96.05%70.2%-
HSV(B)38.63º57.94%98.82%-
XYZ63.463.0422.46-
YUV204.8372.23161.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.16%
GREEN value IS 200 (78.52% from 255) = 35.84%
BLUE value IS 106 (41.80% from 255) = 19.00%
R=45.16%
G=35.84%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220010600.210.580.0138.6396.0570.2
HexFCC86A0153A1276046
Octal37431015202572147140106
Binary11111100110010001101010010101111010110011111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC86A; }

 p { color: rgb(252,200,106); }

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

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

 a { background-color: rgb(252,200,106); }

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

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

 span { border-color: rgb(252,200,106); }

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