#FFC965

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

Shades of Grandis #FFC965

Tints of Grandis #FFC965

Color information

#FFC965 (or 0xFFC965) is unknown color: approx Grandis. HEX triplet: FF, C9 and 65. RGB value is (255,201,101). Sum of RGB (Red+Green+Blue) = 255+201+101=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 101 (39.84% from 255 or 18.13% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC965 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC965 is #00369A. Grayscale: #CECECE. Windows color (decimal): -13979 or 6670847. OLE color: 6670847.

HSL color Cylindrical-coordinate representation of color #FFC965: hue angle of 38.96º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFC965 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB255201101-
CMYK00.210.600
HSL38.96º100%69.8%-
HSV(B)38.96º60.39%100%-
XYZ64.4863.9721.26-
YUV205.7568.89163.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.78%
GREEN value IS 201 (78.91% from 255) = 36.09%
BLUE value IS 101 (39.84% from 255) = 18.13%
R=45.78%
G=36.09%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520110100.210.60038.9610069.8
HexFFC9650153C0276446
Octal37731114502574047144106
Binary11111111110010011100101010101111100010011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC965; }

 p { color: rgb(255,201,101); }

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

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

 a { background-color: rgb(255,201,101); }

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

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

 span { border-color: rgb(255,201,101); }

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