#FFCA65

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

Shades of Grandis #FFCA65

Tints of Grandis #FFCA65

Color information

#FFCA65 (or 0xFFCA65) is unknown color: approx Grandis. HEX triplet: FF, CA and 65. RGB value is (255,202,101). Sum of RGB (Red+Green+Blue) = 255+202+101=558 (73% of max value = 765). Red value is 255 (100% from 255 or 45.70% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 101 (39.84% from 255 or 18.10% from 558); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCA65 is #00359A. Grayscale: #CECECE. Windows color (decimal): -13723 or 6671103. OLE color: 6671103.

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

Color convert

RGB255202101-
CMYK00.210.600
HSL39.35º100%69.8%-
HSV(B)39.35º60.39%100%-
XYZ64.7164.4421.34-
YUV206.3368.56162.71-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.70%
GREEN value IS 202 (79.30% from 255) = 36.20%
BLUE value IS 101 (39.84% from 255) = 18.10%
R=45.70%
G=36.20%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520210100.210.60039.3510069.8
HexFFCA650153C0276446
Octal37731214502574047144106
Binary11111111110010101100101010101111100010011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCA65; }

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

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

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

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

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

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

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

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